// JavaScript Document





function namechange(){
	//alert(document.getElementById('suserid').value);
	
	if(document.getElementById('name').value=='Enter Name') document.getElementById('name').value='';
}
function emailchange(){
	//alert(document.getElementById('suserid').value);
	
	if(document.getElementById('email').value=='Enter Email') document.getElementById('email').value='';
}

function openit(sURL)
{
newwindow=open(sURL,"newwin","toolbar=no, directories=no, menu bar=no, resizable=no, status=no, width=350, height=400");
}
function print(sURL)
{
newwindow=open(sURL,"newwin","scrollbars=yes, toolbar=no, directories=no, menu bar=no, resizable=no, status=yes, width=560, height=600");
}