function uidchange(){
	//alert(document.getElementById('suserid').value);
	
	if(document.getElementById('suserid').value=='User ID') document.getElementById('suserid').value='';
}
function upass(id){
	
	 if(id){
		if(document.getElementById('spassword').value=='Password'){
			document.getElementById('vinay').innerHTML='<input type="password" size="12" maxlength="40" id="spassword" name="spassword" class="searchbox" style="width:76px; height:13px; position-top:-1;" value="" onblur="upass(0);"/>';
		}
	 }else{
		if(document.getElementById('spassword').value==''){
			document.getElementById('vinay').innerHTML='<input type="text" size="12" maxlength="40" id="spassword" name="spassword" class="searchbox" style="width:76px; height:13px; position-top:-1;" value="Password" onfocus="upass(1);"/>';
		}
	 }
	 document.getElementById('spassword').focus();
	/*document.getElementById('spassword').type='password';
	if(document.getElementById('spassword').value=='Password')	document.getElementById('spassword').value='';
	// alert(document.getElementById('spassword').type);*/
}

function specs(sURL)
{
newwindow=open(sURL,"newwin","scrollbars=yes, toolbar=no, location=no, directories=no, menu bar=no, resizable=yes, status=yes, width=740px, height=600px");
}


