Image1= new Image()
Image1.src = "images/menu/over.gif"


function changePic(objName,picName) {
     objName.src=picName
  }

function popup(page) {
OpenWin = this.open(page, "popup1", 'width=800,height=600,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,top=0,left=0'); 

}

function thefocus()
{
	document.forms["login"].elements["xusername"].focus();
}
