//this function is used for opening the brochures in a new window
	function openDoc(strProduct)
	{
		strURL = "includes/general/email.asp?sp=" + strProduct
		window.open(strURL,'','resizeable=yes,menubar=yes,scrollbars=yes');
	}


