
var P_isLoaded=false;
function P_checkUnload() {if(P_isLoaded)P_closeDown();}
function P_checkLoad()   {if(P_isLoaded)P_startUp();}
function P_popupoff()    {P_execute=false;}
var toggel=P_popupoff();
function openWindow(u,n,o) {window.open(u,n,o);}
function makePopWin(url,width,height) {newWindow = window.open(url,'newWin','toolbars=0,menubar=0,scrollbars=1,resizable=1,width=' + width + ',height=' + height);newWindow.focus();}
