// JavaScript Document
      
 	function clear_psn()
  {
	if(document.getElementById("psnlogin_field").value=="PlayStation Network ID"){ 
  		document.getElementById("psnlogin_field").value="";
	}
  }
  
  function clear_password()
  {
	  if(document.getElementById("password_field").value=="PASS"){ 
			document.getElementById("password_field").value="";
	  }
  } 
