
 Nav4 = document.layers;

 MIE4 = document.all;

//nav


function adjustme(){




if (Nav4){

if ((screen.width == 640) && (screen.height == 480)){

  document.layers.mylayer.left ="305";
   }

else { 
  document.layers.mylayer.left ="375";
   }

}
  
//mie
  
else  if (MIE4){

if ((screen.width == 640) && (screen.height == 480)){

  document.all.mylayer.style.left ="305";
}

else {

  document.all.mylayer.style.left ="400";
}


}




}



sun = "moon";

function deframe(){
      	if ( top.frames.length && sun == "moon"){
		top.location.href = self.location.href; sun = "sun"; }   }