// JavaScript Document
	function submitForm(value){
		if(value > 0){
			document.forms['quick'].submit();
		}
	}
