	// please keep these lines on when you copy the source
	// made by: Nicolas - http://www.javascript-page.com
	
	function go() {
	document.location = document.form1.menu.options[document.form1.menu.selectedIndex].value
	}

	function rollOvers(id, new_width, new_height) 
	{
	document.getElementById(id).setAttribute('width', new_width);
	document.getElementById(id).setAttribute('height', new_height);
 	}

