function canli(kpr){
//open (kpr,"detay","height=550,width=780,scrollbars=yes,resizable=yes,status=yes,menubar=no,toolbar=no,location=yes")

	wndAttr = "width=1020,height=550,scrollbars=yes,resizable=yes,status=yes,menubar=no,toolbar=no,location=yes";

	var w = window.open(kpr, 'detay', wndAttr);
	w.focus();
}

function pencere22(kpr){
//open (kpr,"detay","height=550,width=780,scrollbars=yes,resizable=yes,status=yes,menubar=no,toolbar=no,location=yes")

	wndAttr = "width=780,height=550,scrollbars=yes,resizable=yes,status=yes,menubar=no,toolbar=no,location=yes";

	var w = window.open(kpr, 'detay', wndAttr);
	w.focus();
}

function yorumoku(purl)
{
	wndAttr = "width=640,height=500,left=100,top=100,scrollbars=yes,resizable=yes,status=no,menubar=no,toolbar=no,location=yes";

	var w = window.open(purl, 'popup_test', wndAttr);
	w.focus();
}
function yorumyaz(purl)
{
	wndAttr = "width=350,height=250,left=100,top=100,scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,location=no";

	var w = window.open(purl, 'popup_test', wndAttr);
	w.focus();
}

function pencere(purl)
{
	wndAttr = "width=780,height=600,left=100,top=100,scrollbars=yes,resizable=yes,status=yes,menubar=no,toolbar=no,location=yes";

	var w = window.open(purl, 'popup_test', wndAttr);
	w.focus();
}

function uyeyeni(purl)
{
	wndAttr = "width=400,height=380,left=100,top=100,scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,location=no";

	var w = window.open(purl, 'popup_test', wndAttr);
	w.focus();
}
function sifrekayip(purl)
{
	wndAttr = "width=350,height=150,left=100,top=100,scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,location=no";

	var w = window.open(purl, 'kayipsifre', wndAttr);
	w.focus();
}
function sifredegistir(purl)
{
	wndAttr = "width=300,height=150,left=100,top=100,scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,location=no";

	var w = window.open(purl, 'degistir', wndAttr);
	w.focus();
}
function kunye(purl)
{
	wndAttr = "width=515,height=300,left=100,top=100,scrollbars=yes,resizable=no,status=no,menubar=no,toolbar=no,location=yes";

	var w = window.open(purl, 'kunye', wndAttr);
	w.focus();
}
function xflashgoster(sURL,e,b){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+ e +'" HEIGHT="'+ b +'" id="onescreen">');
	document.write('<param name=movie value="' + sURL + '">');
	document.write('<param name=quality value="high">');
	document.write('<param name=wmode value="transparent">');
	document.write('<embed src="' + sURL + '" quality="high" width="'+ e +'" height="'+ b +'"  allowScriptAccess="sameDomain" wmode="transparent" TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer"');
	document.write('></embed>');
	document.write('</object>');
}