<!--
// tnav_vars
	btn_tv_up = new Image(70,85);
	btn_tv_dn = new Image(70,85);
	btn_op_up = new Image(70,85);
	btn_op_dn = new Image(70,85);
	btn_dc_up = new Image(70,85);
	btn_dc_dn = new Image(70,85);
	btn_c_up = new Image(70,85);
	btn_c_dn = new Image(70,85);
	btn_fc_up = new Image(70,85);
	btn_fc_dn = new Image(70,85);

// tnav_src
	btn_c_up.src = "template/c_1.gif";
	btn_c_dn.src = "template/c_2.gif";
	btn_dc_up.src = "template/dc_1.gif";
	btn_dc_dn.src = "template/dc_2.gif";
	btn_fc_up.src = "template/fc_1.gif";
	btn_fc_dn.src = "template/fc_2.gif";
	btn_tv_up.src = "template/tv_1.gif";
	btn_tv_dn.src = "template/tv_2.gif";
	btn_op_up.src = "template/op_1.gif";
	btn_op_dn.src = "template/op_2.gif";

	function flipImg(imgDocID,imgObjName) {
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}

	function pop_online_prints() {
		var fileStr="http://www.photogize.com/bponet/main.aspx?cl=graphx564";
		open (fileStr,"online_prints","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=720,width=1000");
	}
	function pop_online_prints_real() {
		var fileStr="http://www.photogize.com/bponet/main.aspx?cl=graphx564";
		open (fileStr,"online_prints","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=720,width=1000");
	}

	function pop_bigpic(itm) {
		var fileStr="../inc/poppic.asp?item=" + itm;
		open (fileStr,"bigpic","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,height=520,width=440");
	}

	function pop_prod(itm) {
		var fileStr="../pop_prod.asp?item=" + itm;
		open (fileStr,"prod","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=400,width=500");
	}

	function pop_rebates(itm) {
		var fileStr="../pop_rebates.asp?item=" + itm;
		open (fileStr,"rebates","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,height=400,width=480");
	}

	function pop_cart(pid) {
		var fileStr="cart/shopaddtocart_mar_1.asp?productid=" + pid + "&quantity=1";
		open (fileStr,"smcart","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=400,width=500");
	}
-->
