
Event.observe(window,'load',startLightWindowPopup,false);var myLightWindowHref=null;var myLightWindowWidth=null;var myLightWindowHeight=null;var myLightWindowStartAuto=false;function lightWindowPopup(href,width,height){myLightWindow.activateWindow({href:href,width:width,height:height,type:"external",loadingAnimation:false});}
function startLightWindowPopup(){if(!myLightWindowStartAuto){return;}
if(myLightWindowHref&&myLightWindowWidth&&myLightWindowHeight){lightWindowPopup(myLightWindowHref,myLightWindowWidth,myLightWindowHeight);}}
function autoLightWindowPopup(href,width,height){myLightWindowHref=href;myLightWindowWidth=width;myLightWindowHeight=height;myLightWindowStartAuto=true;}