// JavaScript Document
function submitLinkForm(frmname) {
	document.getElementById(frmname).submit();	
}

