//var myscreen=screen.width;
var mywidth;
if (document.all)
    mywidth = document.body.offsetWidth;
else if (document.layers)
    mywidth = window.innerWidth;
if (mywidth<770)
	mywidth=0;
else	
	mywidth=(mywidth-770)/2;
//var mywindow = window.width;
//alert(myscreen);
//var myStart=460/1024*myscreen;

//ÜRÜNLER
var myStart=165+mywidth //soldan olan bosluk
arMenu1=new Array(
65, //menu eni
eval(myStart-45),87, //üstten olan bosluk
"","",                                          
"","",
"","",
"DL71","/urunler/dl71.shtml",0,
"DL70","/urunler/dl70.shtml",0,
"AL50","/urunler/al50.shtml",0,
"AL51","/urunler/al51.shtml",0,
"NB90","/urunler/NB90/index.shtml",0,
"NB120","/urunler/NB120/index.shtml",0,
"CQ12","/urunler/cq12.shtml",0,
"CT10","/urunler/ct10.shtml",0,
"CL50","/urunler/cl50.shtml",0,
"CL51","/urunler/cl51.shtml",0,
"MAT23","/urunler/mat23.shtml",0,
"MCY30","/urunler/mcy30.shtml",0,
"MCL56","/urunler/mcl56.shtml",0
)

//DOWNLOAD
arMenu2=new Array(
65,//menu eni
eval(myStart+30),87,//üstten olan bosluk
"","",                                          
"","",
"","",
"DL71","ftp://ftp.cizgi.com.tr/pub/turknote/DL71",0,
"DL70","ftp://ftp.cizgi.com.tr/pub/turknote/DL70",0,
"AL50","ftp://ftp.cizgi.com.tr/pub/turknote/AL50",0,
"AL51","ftp://ftp.cizgi.com.tr/pub/turknote/AL51",0,
"CQ12","ftp://ftp.cizgi.com.tr/pub/turknote/CQ12",0,
"CL50","ftp://ftp.cizgi.com.tr/pub/turknote/CL50",0,
"CT10","ftp://ftp.cizgi.com.tr/pub/turknote/CT10",0,
"CL51","ftp://ftp.cizgi.com.tr/pub/turknote/CL51",0,
"MAT23","ftp://ftp.cizgi.com.tr/pub/turknote/MAT23",0,
"MCY30","ftp://ftp.cizgi.com.tr/pub/turknote/MCY30",0,
"MCL56","ftp://ftp.cizgi.com.tr/pub/turknote/MCL56",0

)
//Is ortaklari
arMenu3=new Array(
92,
eval(myStart+300),87,
"","",
"","",
"","",
"Dente","",0,
"Byron","",0,
"Notepal","",0
)


params = 'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=360';
function DoPopup(url)
{
    PopWind = window.open (url, 'PopWind', params);
    PopWind.document.close();
}
//
