function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

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

function artir(sayi){document.getElementById('metin').style.fontSize = sayi + 'px'}
