function openWindow_withNavig(theURL,winName,features) { //v2.0

if(screen.width == 800)
window.open(theURL,winName,'toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=200,left=80,top=230');

else if(screen.width == 1024)
window.open(theURL,winName,'toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=365,left=192,top=230');

else if(screen.width == 1152)
window.open(theURL,winName,'toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=440,left=256,top=230');

else if(screen.width > 1279)
window.open(theURL,winName,'toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=440,left=320,top=230');


}




function openWindow_withoutNavig(theURL,winName,features) { //v2.0

if(screen.width == 800)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=280,left=80,top=230');

else if(screen.width == 1024)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=440,left=192,top=230');

else if(screen.width == 1152)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=520,left=256,top=230');

else if(screen.width > 1279)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=440,left=320,top=230');
}




function openWindow_sehtest(theURL,winName,features) { //v2.0

if(screen.width == 800)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=800,height=600,left=0,top=0');

else if(screen.width == 1024)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=800,height=600,left=112,top=64');

else if(screen.width == 1152)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=800,height=600,left=176,top=112');

else if(screen.width > 1279)
window.open(theURL,winName,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=800,height=600,left=240,top=160');
}