function GoToSubs(){
	document.sub_Form.submit();
}

function clear(){
	document.sub_Form.reset();
}