

<!--

	homeon = new Image;
	homeoff = new Image;
	profileon = new Image;
	profileoff = new Image;
	linkson = new Image;
	linksoff = new Image;
	contacton = new Image;
	contactoff = new Image;

	homeon.src = "images/nav_home_on.gif";
	homeoff.src = "images/nav_home.gif";
	profileon.src = "images/nav_profile_on.gif";
	profileoff .src = "images/nav_profile.gif";
	linkson.src = "images/nav_links_on.gif";
	linksoff.src = "images/nav_links.gif";
	contacton.src = "images/nav_contact_on.gif";
	contactoff.src = "images/nav_contact.gif";


function swapem(iname, gname) {
	iname.src = gname.src;
}
   
