<!-- Begin
function VField(){
      var psw;
      psw=document.forms[0].T1.value.toUpperCase();
      if (psw=='2104') {
          //SetCookie('TriciaFix','1',null,"/",null,true);
          SetCookie('TriciaFix','1');
		  win1=open('http://www.triciafix.com/buyers/collections.html');
         //document.location='PLEASEselect.html'; 
         }
      else {
         alert('Invalid Login!');
         }
      return false;
   }
function SetCookie (name,value,expires,path,domain,secure) {
  document.cookie = name + "=" + escape (value) +
    ((expires) ? "; expires=" + expires.toGMTString() : "") +
    ((path) ? "; path=" + path : "") +
    ((domain) ? "; domain=" + domain : "") +
    ((secure) ? "; secure" : "");
}
  
//  End -->