function submitForm(url){	document.selro.action = url;	document.selro.submit();}
function submitUrl(url){window.location = url;}