
	function submitform(){
		if(document.main.tubesize.value !=  0)
			window.location = document.main.tubesize.value + ".htm";
	}

