

var thisPage

	function prodPage(thisPage) {
			hiResWindow = window.open(thisPage, 'GSProduct');
			hiResWindow.focus();
	}


