// JavaScript Document

// preload rollover images

if (document.images) {
  pic0= new Image(); 
  pic0.src="images/bg.jpg"; 

}


function resizeWin(newLoc, newWidth, newHeight) {
         newWin = open("",newLoc,"scrollbars=no,resizable=yes,status=no,height=" + newHeight + ",width=" + newWidth);
 }







