
 function secure(holid){ 
popwpos=(screen.width/2)-220;
pophpos=(screen.height/2)-225;
carac='left='+popwpos+', top='+pophpos+',width=650,height=500,resizable=yes,scrollbars=yes,toolbar=no,directories=no,location=no,status=no,menubar=no'
sech = window.open(holid,'npp',carac)
if(sech.window.focus){sech.window.focus();}
}

 function alb(show){ 
alb2wpos=(screen.width/2)-170;
alb2hpos=(screen.height/2)-215;
newtype='left='+alb2wpos+', top='+alb2hpos+',width=500,height=432,resizable=no,toolbar=no,directories=no,location=no,status=no,menubar=no'
albp = window.open(show,'npp',newtype)
if(albp.window.focus){albp.window.focus();}
}
