image1 = new Image();
image1.src = "/images/i1.gif";
image2 = new Image();
image2.src = "/images/i1h.gif";
image3 = new Image();
image3.src = "/images/i2.gif";
image4 = new Image();
image4.src = "/images/i2h.gif";
image5 = new Image();
image5.src = "/images/i3.gif";
image6 = new Image();
image6.src = "/images/i3h.gif";
image7 = new Image();
image7.src = "/images/i4.gif";
image8 = new Image();
image8.src = "/images/i4h.gif";
image9 = new Image();
image9.src = "/images/i5.gif";
image10 = new Image();
image10.src = "/images/i5h.gif";
image11 = new Image();
image11.src = "/images/i6.gif";
image12 = new Image();
image12.src = "/images/i6h.gif";
image13 = new Image();
image13.src = "/images/i7.gif";
image14 = new Image();
image14.src = "/images/i7h.gif";

function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}

function pdate()
{
document.write('To learn more, call 1-800-544-8874&nbsp&nbsp&nbsp&nbsp');
}


function val_form()
	{
	err = 0;
	msg = "";
	if (document.loginform.login_username.value == "")
		{
		err = 1;
		msg = msg + "Username required\n";
		}
	if (document.loginform.login_password.value == "")
		{
		err = 1;
		msg = msg + "Password required\n";
		}
	if (err)
		{
		alert(msg);
		return false;
		}
	return true;
	}


function testimonials()
	{
	/* Array t holds the testimonials */
	var t = new Array(); 
	/* Array a holds the author name */
	var a = new Array();

	t[0] = "The best thing about Equinox is its reasonably priced software and friendly, well-trained, front-line customer service personnel.";
	a[0] = "McLeod USA";
	t[1] = "Throughout our relationship Equinox has demonstrated that they understand our needs and can deliver solutions to address them.";
	a[1] = "Consolidated Communications";
	t[2] = "Equinox's willingness to customize the software to meet our precise needs, and to work with us through the implementation process further bolsters our confidence in them.";
	a[2] = "Telco Group";
	t[3] = "The decision to upgrade to Protector 10 was easy - we knew it would help us catch more fraud, more quickly, with less administration.";
	a[3] = "PAETEC Communications";
	t[4] = "Equinox's experience and reputation within the industry made us feel comfortable doing business with them.";
	a[4] = "SIRIUS Telecom";
	t[5] = "You’ve got polite, professional educated people working for you. Keep up the great work.";
	a[5] = "Intermedia Communications";
        t[6] = "Based on our past experience, and their reputation and experience in the industry, we concluded that Equinox Information Systems was uniquely positioned to provide us with the best solution at the best price.";
	a[6] = "Horry Telephone";
        t[7] = "Our criteria was to partner with a proven company that can deliver a total solution to our multiple needs in a reliable, cost-effective way.";
	a[7] = "American Lightwave Communications";
        t[8] = "Equinox is the industry leader in fraud management software, and we are confident that the software will significantly limit our customers' exposure to fraud.";
	a[8] = "NuVox Communications";
        t[9] = "We chose Equinox due to their flexibility and commitment to meeting our needs. Their willingness to tailor their software applications to our specifications was a big factor in the decision-making process.";
	a[9] = "NTS Communications";


	total_no = t.length;
	var r = Math.round((total_no - 1)*Math.random());
	testimonial_to_print = "<SPAN CLASS=\"smallwhite\">\"" + t[r] + "\"<BR> - <B><I>" + a[r] + "</I></B></SPAN>";
	document.write(testimonial_to_print);
	}

