var HomeOut=new Image();
var HomeOver=new Image();
var ContactOut=new Image();
var ContactOver=new Image();
HomeOut.src="images/home.gif";
HomeOver.src="images/homeover.gif";
ContactOut.src="images/contact.gif";
ContactOver.src="images/contactover.gif";
function doHome(picimage) {eval("document['Home'].src="+picimage+".src");}
function doContact(picimage) {eval("document['Contact'].src="+picimage+".src");}

function changeOver(item){item.style.backgroundColor = '535353';}
function changeOut(item){item.style.backgroundColor = '990000';}

function LoadLink(link,w,h) {
 var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=yes";
 newWin = window.open(link,'newWin',win);
}