
if (self != top) {
top.location.href = location.href;
}

function autoPopUp() {
	//win = window.open("popup.asp", "requestchat", "top=280,left=215,height=140,width=205,resizable=no");
	var launchwin=window.open('http://server.iad.liveperson.net/hc/773362/?cmd=file&file=visitorWantsToChat&site=773362&referrer='+document.location,'chat773362','width=472,height=320');
}

function amexPopUp() {
   win = window.open("amex_popup.htm", "amex", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=750,height=700");
} 

function addtocartPopUp(strURL) {
   win = window.open(strURL, "addtocart","top=200,left=260,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=230,height=140");
} 

function makeLinkTo(args, form) {
	var myindex=form.BrowseList.selectedIndex
	if (form.BrowseList.options[myindex].value != "0") {
	location="depts.asp?CID="+args+form.BrowseList.options[myindex].value;}
}

function highlight(field) {
  field.focus();
  field.select();
}

function redirect(url) {
    location=url;
}

function startChat(){
	//var launchwin=window.open('http://www.answermenow.com/clients/JeffersPet/getname.asp', 'Call_Answermenow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=650,height=180');
	var launchwin=window.open('http://server.iad.liveperson.net/hc/773362/?cmd=file&file=visitorWantsToChat&site=773362&referrer='+document.location,'chat773362','width=472,height=320');
}

function putFocus(formInst, elementInst) {
	if (document.forms.length > 0) {
	document.forms[formInst].elements[elementInst].focus();}
}
