<!-- Begin
function VField(){
      var psw;
      psw=document.forms[0].T1.value.toLowerCase();
      if (psw=='psswrd') {
          //SetCookie('daraanddan','1',null,"/",null,true);
          SetCookie('TriciaFix','1');
		  win1=open('http://www.whitneyhowarddesigns.com/wholesale/pricelists.html');
         //document.location='welcome.html'; 
         }
      else {
         alert('please email Whitney Howard Designs for password!');
         }
      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 -->
