function Submit(formName){
	document.forms[formName].submit();
}
try {
	document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
