
function P7_MultiMove() { //v1.4 PVII
 var a,b,x,xx,y,yy,h,r1,r2=0,pa=0;args=P7_MultiMove.arguments;
 if(document.layers && !document.p7mmc){document.p7mmc=true;p7mmh = document.height;}
 if((navigator.appName=="Netscape") && parseInt(navigator.appVersion)>4){pa="px";}
 for(i=0; i<(args.length-3); i+=4){
 if((a=MM_findObj(args[i]))!=null) {
  b=(document.layers)?a:a.style;x=args[i+1];y=args[i+2];
  if(args[i+3]==1){
   xx=(parseInt(b.left))?parseInt(b.left):0;
   yy=(parseInt(b.top))?parseInt(b.top):0;x+=xx;y+=yy;}
  b.left=(x+pa);b.top=(y+pa);
  if(document.layers){h=parseInt(b.clip.height);r1=y+h;r2=(r1>r2)?r1:r2;}}}
 if(document.layers){var hh=parseInt(p7mmh);if(r2>hh){hh=r2;}
  var ww=document.width;document.height=hh;document.width=ww;}
}

