function test(objElement)
{
  if(objElement.value == "" && objElement.id == "name"){
	  
objElement.className='input_pswrd_new';
  }
}

function testadvconfrm(objElement,showtext)
{
	document.getElementById(showtext).style.display="none";
	if(objElement.value == "" ){
		objElement.className='confinputadvBgpswrd';		
	  }
		else
         {
			 	objElement.className='inputadvBg';		 
		 }
	
	
}

function calltwo(objElement,showtext){

 objElement.className='input_text';
 document.getElementById(showtext).style.display="block";
}

function calltwonew(objElement,showtext){

 objElement.className='';
 document.getElementById(showtext).style.display="block";
}


function calltwoadv(objElement,showtext,oldtext) {

  objElement.className='new_input_text_adv';
  document.getElementById(showtext).style.display="block";
  document.getElementById(oldtext).style.display="none";
 
}

function testadv(objElement,showtext) {
	document.getElementById(showtext).style.display="none";
		if(objElement.value != "" ){
			objElement.className='input_text';			
		}
		else
         {
			 	objElement.className='inputadvBgpswrd';		 
		 }
}


function testreg(objElement)
{
		 if(objElement.value == "" ){
	objElement.className='input_confirmpswrd_new';
	}
	
}

function testregnew(objElement)
{
		 if(objElement.value == "" ){
	objElement.className='confinputredBgpswrd';
	}
	
}

function testregpass(objElement)
{
		 if(objElement.value == "" ){
	objElement.className='input_pswrd_new';
	}
	
}
