<!--
// 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
// Get more JavaScripts at http://start.at/javascripts/
// Bugs report to jdeveloper@telebot.net
// This script is free as long as you keep the above credits

var login = new Array();
function id(usid,pwd,pgurl){
this.usid=usid;
this.pwd=pwd;
this.pgurl=pgurl
}


//====================Login Users======================
// 
login[0] = new id("bidlog",5831339787,"A~G[NB%A~G[NBm>D][")
login[1] = new id("brochure",42609865,"ALN_>/L`%ALN_>/L`m>D][")
login[2] = new id("colo",10741378313,"_N[N%_N[Nm>D][")
login[3] = new id("lakecenter2",4387857042,"[ZP`_`}D`LO%[ZP`_`}D`LOm>D][")
login[4] = new id("moorefield",10727183990,"]NNL`$~`[G%]NNL`$~`[Gm>D][")
//=====================================================

//-->
