/*

lkaPopWin Version 1.0 Revision 1 - Wednesday, July 23, 2003.
Copyright 2003 (c) Lim Kheng Aik. All Rights Reserved.
Please visit http://www.kellychenclub.com/ for more information about its use.
Non profit use of this menu system is free of charge. All Copyright statements must always remain in place.

License: Kurnia Websites

*/
function openWindows(strURL,strURLTarget,intWidth,intHeight,intToolbar,intScrollbar){intPosX=(window.screen.height-window.screen.availHeight)+(Math.round((window.screen.availHeight-intHeight)/2)-50);intPosY=((window.screen.availWidth-intWidth)/2)-5;objWindow=window.open("",strURLTarget,"width="+intWidth+",height="+intHeight+",left="+intPosY+",top="+intPosX+",toolbar="+intToolbar+",menubar=0,location=0,scrollbars="+intScrollbar+",resizable=0",true);objWindow.location.replace(strURL);objWindow.moveTo(intPosY,intPosX);objWindow.resizeTo(intWidth+10,intHeight+29);if(!objWindow.opener){objWindow.opener=self();}if(window.focus){objWindow.focus();}};function alertSize(){var intWidth,intHeight;intWidth=0;intHeight=0;if(typeof(window.innerWidth)=="number"){intWidth=window.innerWidth;intHeight=window.innerHeight;}else{if(window.document.documentElement&&(window.document.documentElement.clientWidth||window.document.documentElement.clientHeight)){intWidth=document.documentElement.clientWidth;intHeight=document.documentElement.clientHeight;}else{if(window.document.body&&(window.document.body.clientWidth||window.document.body.clientHeight)){intWidth=document.body.clientWidth;intHeight=document.body.clientHeight;}}}window.alert("Width="+intWidth+", Height="+intHeight);};var objWindow,intPosX,intPosY;objWindow=intPosX=intPosY=null;