<!--
// This is an modification of the original Password Pro created by Lefteris Haritou
// http://www.geocities.com/~lef
// Please notice that this script among with others is copyrighted under the Greek copyright office which
// make it valid worldwide except USA.
// Some of Mr. Haritou's latest Script are also copyrighted under the US copyright office as well
// (http://www.loc.gov/copyright/)

// Edited by Howard Chen
// Script compatible by Internet Explorer 3.02 or above
//                      Netscape Navigator 3.0 or above
// 0102: Dynamic Cross Browser Compatibility Improvements 
// for NS4x and Dom Browsers New Generation
// (c) 2002 by Battini Digital Solutions

var login = new Array();
function id(usid,pwd,pgurl,dirX){
this.usid=usid;
this.pwd=pwd;
this.pgurl=pgurl;
this.dirX=dirX;
};

//====================Login Users======================

// 0 : low level security dirc psw based urls
// 1 : hight level sec url dir and psw based docs
// n2 : very low direct offl goes clear

//// id("acef2002",17521778,">DD4n%%|Om##ym#0#m#0p%>NG!Z_>`Gg~Dm>D][", 0);					// 2nd pass old::: hodon171103

login[0] = new id("acef2002",17521778,">DD4n%%]Z~[mZ_`$m~D%>NG!Z_>`Gg~Dm>D][", 0);			// 3d hodon 160104 _new redir ok

login[1] = new id("gi2003",3424972570,"L`2ZL`Z%G~L`_DyOW`24`LZ}DNGN_/]y##yyxCT%[B%", 1);	// pp02 personal

login[2] = new id("acef2002",5371625540,">DD4n%%TTTmZ_`$m~D%Z>NG%42TZ[`LDm>D][", 0);		// hodoff02	alert mode only



// add psw FARMcheck 3 option 0804 :: unit doc name reverse + ok (no slash) like ref 2 pow security
// rejoint on option 2 mode
	
login[3] = new id("",1951819733,">DD4n%%TTTmZ_`$m~D%$ZL]Z_ZD", 3);							// 2 mode <+> regonlfarmacc0804


//=====================================================


//-->
