			function GoToFooter(iComID,iRandom){
				document.frmGoFooter.CompanyCode.value=iComID;
				document.frmGoFooter.RandomValue.value=iRandom;
				document.frmGoFooter.target = "_black";
				document.frmGoFooter.submit();
			}
