var checkobj
function agreesubmit(el){
checkobj=el
if (document.all||document.getElementById){
for (i=0;i<checkobj.form.length;i++){
var tempobj=checkobj.form.elements[i]
if(tempobj.type.toLowerCase()=="submit")
tempobj.disabled=!checkobj.checked
}
}
}
function defaultagree(el){
if (!document.all&&!document.getElementById){
if (window.checkobj&&checkobj.checked)
return true
else{
alert("Please read/accept terms to submit form")
return false
}
}
}
function popwindow1()
{
ProstarsShop= window.open ("http://www.prostars.co.uk/shop"); 
}
function popwindow2()
{
RetailerListing= window.open ("default.asp?page=Prostars_RetailerListings","_parent"); 
}
function m_click(destination)
{
 document.location=destination;
}
function nameon1(html)
{
parent.document.getElementById('HREFTAG1').innerHTML=html
}
function nameout1()
{
parent.document.getElementById('HREFTAG1').innerHTML="Welcome to this page"
}
function nameon2(html)
{
parent.document.getElementById('HREFTAG2').innerHTML=html
}
function nameout2()
{
parent.document.getElementById('HREFTAG2').innerHTML="Past and Present"
}

function expandmenucontent(text){
document.getElementById("StatusText").value=text;
}
function nomenucontent(){
document.getElementById("StatusText").value="";
}
function SubmitContent() {
	if (document.frmCheck.UserName.value.length==0){
		alert("Please enter your membership number");
		return false;
	}	
  	if (document.frmCheck.PassWord.value.length==0){
		alert("Please enter a valid Password");
		return false;
	}	
	
	document.frmCheck.submit();
}	
 
