
// Opens the Glossary in a Pop-Up window to the specified term
function GlossaryPopup(term) {
	window.open("http://www.dura-pack.com/GlossaryPopup.html#" + term, "_blank",
				"width=400,height=400,scrollbars=1,resizable=1,toolbar=0,menu=0,status=0,directories=0,location=0");
}

// Opens the Bag Size page in a Pop-Up window
function BagSizePopup() {
	window.open("http://www.dura-pack.com/BagSizePopup.html", "_blank",
				"width=500,height=450,scrollbars=1,resizable=1,toolbar=0,menu=0,status=0,directories=0,location=0");
}
