function P7_LH(){ //1.5 by PVII
 P7_initPM(0,0,1,1,10);setVariables();checkLocation();
}
function P7_LoadHandler(a){ //1.5 by PVII
 if(a==1||a==3){onload=P7_LH;}if(a>1){onresize=P7_RH;}
}
P7_LoadHandler(1);
