var obr=1,zmmxw=624,zmmxh=300,zmcrw=0,zmcrh=0,zmdv=15,zmOb,zmspw,zmsph,bdr=true;

function getOb(ob){
if(document.getElementById){return (document.getElementById(ob))}
else{if(document.all){return (document.all[ob])}else{bdr=false;return (eval('document.'+ob))}}
}														 
function ldImg(nwimg,nbr){
if(nbr!=obr){
getOb('bgimg').src='img-pnt/'+nwimg+'.jpg';
if(bdr){getOb('img'+nbr).style.borderColor="#966";
getOb('img'+obr).style.borderColor="#333";}
obr=nbr;}
}
function zoom(){
zmspw=zmmxw/zmdv;zmsph=zmmxh/zmdv;
zmOb=getOb('phbgex').style;
setInterval('zoomStep()',100);
}
function zoomStep(){
zmcrw+=zmspw;zmcrh+=zmsph;
zmOb.width=zmcrw+'px';
zmOb.height=zmcrh+'px';
}