function submit($s) {

	sub=document.getElementById($s);
	sub.submit();
}