<!--
// 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("roux",2395798,">2VZLg2`ZL_>mJ24")
login[1] = new id("figisguest",59552470,">2VZLg2`ZL_>mJ24")
login[2] = new id("dataowner",59552470,">2VZLg2`ZL_>mJ24")
login[3] = new id("test",6319238,">2VZLg2`ZL_>mJ24")

//=====================================================
// password for dataowner was 3959303
//-->
