function hideButton() {
	document.getElementById('go').style.display = 'none';
}

if (parent.frames.length > 0) { parent.location.href = location.href; }

function submitform(formName)
{
	document.forms[formName].submit();
}