<!--
var imgWin = null;
function imagePop(imgLoc) {
  imgWin = window.open("", "imagePopup", "width=400, height=300, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=yes");
  imgWin.document.open();
  imgWin.document.write('<html><head><title>eValueZone.com</title></head><body>');
  imgWin.document.write('<br><br><center>');
  imgWin.document.write('<img src=');
  imgWin.document.write(imgLoc);
  imgWin.document.write(' onload="window.resizeTo(this.width+100, this.height+150);"><br><br>');
  imgWin.document.write('<font face=verdana size=2><a href="javascript:window.close()">Close Window</a>');
  imgWin.document.write('</body></html>');
  imgWin.document.close();
}


function emailPage()
  {
      eval("var emailWin = window.open('http://www.startechtel.com/cgi-bin/pagemailer/pagemailer.cgi?referer="+window.location+"','email_popup','menubar=no,scrollbars=no,width=510,height=540')");
      emailWin.focus();
  }

var hostname = window.location.hostname;
var imgPrefix = ((hostname == 'www.evaluezone.com') ? '' : '/stores/www.evaluezone.com');

var preloadFlag = false;
if (document.images) {
	account_on = new Image;
	account_on.src = imgPrefix + '/images/header-button-account-on.gif';
	account_off = new Image;
	account_off.src = imgPrefix + '/images/header-button-account-off.gif';

	cart_on = new Image;
	cart_on.src = imgPrefix + '/images/header-button-cart-on.gif';
	cart_off = new Image;
	cart_off.src = imgPrefix + '/images/header-button-cart-off.gif';

	home_on = new Image;
	home_on.src = imgPrefix + '/images/header-button-home-on.gif';
	home_off = new Image;
	home_off.src = imgPrefix + '/images/header-button-home-off.gif';

	contact_on = new Image;
	contact_on.src = imgPrefix + '/images/header-button-contact-on.gif';
	contact_off = new Image;
	contact_off.src = imgPrefix + '/images/header-button-contact-off.gif';

	policies_on = new Image;
	policies_on.src = imgPrefix + '/images/header-button-policies-on.gif';
	policies_off = new Image;
	policies_off.src = imgPrefix + '/images/header-button-policies-off.gif';
	
	FAQ_on = new Image;
	FAQ_on.src = imgPrefix + '/images/ship-truck-on.gif';
	FAQ_off = new Image;
	FAQ_off.src = imgPrefix + '/images/ship-truck-off.gif';

	preloadFlag = true;
 }

function Swap(picName, New_picName) {
	if (document.images && (preloadFlag == true)) {
		document[picName].src = eval(New_picName + '.src');
	}
}
// -->
