/*
	E-commerce site version 4.0.0
	-----------------------------

*/
var _GLOBALS_VERSION_=4.00;
var _GLOBALS_INSTANCE=1;

//helpful info about environment
var hostName=window.location.hostname;
var secureProtocol=(window.location.protocol=='https:'?true:false);

//these are the windows that this page has opened
var wins=new Array();
//opposites
var op=new Array();
op['block']='none';
op['none']='block';
op['visible']='hidden';
op['hidden']='visible';
op['menu']='highlight';
op['highlight']='menu';

var wo=window.opener;
var wp=window.parent;
var open_a='<a ';
var open_a_end='">';
var close_a='</a>';
var leftbracket='<';
var rightbracket='>';

var canada = new Array('AB','BC','MB','NB','NF','NS','NT','ON','PE','PQ','QC','SK','YT');
var labels= new Array();

labels['re_company']=' Company Name';
labels['FirstName']=' First Name';
labels['Email']=' Email';
labels['MiddleName']=' M.N.';
labels['LastName']=' Last Name';
labels['Address']=' Address';
labels['City']=' City';
labels['Zip']=' Zip';
labels['Phone']=' Phone';
labels['WorkPhone']=' Work Phone';
labels['Fax']=' Fax';
labels['UserName']=' User Name';
labels['un_username']=' User Name';
labels['MisctextParentnotes']=' Notes';
labels['MisctextChildnotes']=' Notes';
labels['MisctextStaffnotes']=' Notes';
labels['PagerVoice']=' Pager/Voice';
labels['DateReleased']=' (N/A)';

