var newwindow;
function belgeac(url)
{
	
	newwindow=window.open('../scripts/open.php?dosyaac=' + url,'name','height=50,width=50,scrollbars=yes,resizable=no');
	if (window.focus) {newwindow.focus()}
}