function Popup(href, target, width, height)
{
	var winl = (screen.width - width) / 2;
	var wint = (screen.height - height) / 2;
	window.open(href, target, 'width = '+width+', height=' + height +', top=' + wint + ',left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
function yukleniyor()
{
$('#neczaneler').html('<div class="yukleniyor"><img alt="" src="images/yukleniyor.gif" /></div>');
$.ajax({
	type: 'POST',
	url: 'nobetcieczane.php',
	cache : false,
	dataType: 'html',
	data: 'veri=al',
	success: function(mesaj){$('#neczaneler').html(mesaj);}
 });
}
function yorumyaz(href, target)
{
var winl = (screen.width - 450) / 2;
var wint = (screen.height - 420) / 2;
window.open(href, target, 'width=450, height=420,top=' + wint + ', left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
return false;
}