
function menu(l,c){document.write("-<option value='" + l + ".html'>" + c + "</option>");}
	function jump(targ,selObj,restore){  
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
}

function copyit(theField) {
	var tempval=eval("document."+theField)
	tempval.focus()
	,tempval.select()
	therange=tempval.createTextRange()
	therange.execCommand("Copy")
}

function yorumlargetir(id)
{
	$.ajax({
		type	: 'GET',
		url		: 'yorumlar.php',
		data		: 'ID='+id,
		success: function(sonuc) 
						{	
							if(sonuc) 
							{
								$('#yorumgel').html(sonuc);
								oGoster('yorumlar');
							} 
						
						}
				});
	return false;
}
