// BEGIN ###############################################################
// code to pop enlarged prod window

var prodWin = null;

function openProdEnlarged() {
	var width = 434;
	var height = 525;
	prodWin = window.open("product.popup.enlarged.html", "prodWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=no");
	}

// END -----------------------------------------------------------------




// BEGIN ###############################################################
// code to pop email a friend window

var emailWin = null;

function openEmail() {
	var width = 434;
	var height = 470;
	emailWin = window.open("popup.email-a-friend.html", "prodWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=no");
	}

// END -----------------------------------------------------------------



// BEGIN ###############################################################
// code to pop email a friend window

var emailWin = null;

function OpenGiftEmail(filename) {
	var width = 440;
	var height = 465;
	emailWin = window.open('recp_giftemail.asp', "prodWin", "width=" + width+ ",height=" + height + ",left=0,top=0,toolbars=no,scrollbars=no");
	}

// END -----------------------------------------------------------------

// BEGIN ###############################################################
// code to pop faq window

var faqWin = null;

function openFaq(addedinfo) {
	var width = 454;
	var height = 470;
	faqWin = window.open(addedinfo, "faqWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=yes,scrolling=yes");
	}

// END -----------------------------------------------------------------


// BEGIN ###############################################################
// code to checkout help window

var chkhlpWin = null;

function openCheckHelp(help) {
	var width = 300;
	var height = 325;
	chkhlpWin = window.open(help, "chkhlpWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=no,scrolling=no");
	}

// END -----------------------------------------------------------------
// BEGIN ###############################################################
// code to checkout help window

var chkhlpWin = null;

function openReplacementHelp(help) {
	var width = 700;
	var height = 500;
	chkhlpWin = window.open(help, "chkhlpWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=yes,scrolling=no");
	}

// END -----------------------------------------------------------------
// BEGIN ###############################################################
// code to checkout help window

var pidhlpWin = null;

function openPIDHelp(help) {
	var width = 500;
	var height = 525;
	chkhlpWin = window.open(help, "chkhlpWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=no,scrolling=no");
	}

// END -----------------------------------------------------------------


// BEGIN ###############################################################
// code to quickorder help window

var quickorderWin = null;

function openQuickorderHelp() {
	var width = 300;
	var height = 325;
	quickorderWin = window.open("popup.quickorder-help.html", "quickorderWin", "width=" + width+ ",height=" + height + ",toolbars=no,scrollbars=yes,scrolling=yes");
	}

// END -----------------------------------------------------------------

