// JavaScript Documentvar home_off = new Image (61, 20);	home_off.src = "./images/home_off.gif";var home_on = new Image (61, 20);	home_on.src = "./images/home_on.gif";	var about_off = new Image (92, 20);	about_off.src = "./images/about_off.gif";var about_on = new Image (92, 20);	about_on.src = "./images/about_on.gif";	var network_off = new Image (144, 20);	network_off.src = "./images/network_off.gif";var network_on = new Image (144, 20);	network_on.src = "./images/network_on.gif";	var explore_off = new Image (118, 20);	explore_off.src = "./images/explore_off.gif";var explore_on = new Image (118, 20);	explore_on.src = "./images/explore_on.gif";	var getinvolved_off = new Image (121, 20);	getinvolved_off.src = "./images/getinvolved_off.gif";var getinvolved_on = new Image (121, 20);	getinvolved_on.src = "./images/getinvolved_on.gif";	var faq_off = new Image (61, 20);	faq_off.src = "./images/faq_off.gif";var faq_on = new Image (61, 20);	faq_on.src = "./images/faq_on.gif";	var contact_off = new Image (102, 20);	contact_off.src = "./images/contact_off.gif";var contact_on = new Image (102, 20);	contact_on.src = "./images/contact_on.gif";	var join_off = new Image (150, 15);	join_off.src = "./images/join_off.gif";var join_on = new Image (150, 15);	join_on.src = "./images/join_on.gif";	var close_button_off = new Image (100, 20);close_button_off.src = "./images/close_button_off.gif";var close_button_on = new Image (100, 20);close_button_on.src = "./images/close_button_on.gif";	function imgOn (image){document.images[image].src = eval(image + "_on.src");}function imgOff (image){document.images[image].src = eval(image + "_off.src");}