//-------  Pop-up windows horizontalfunction HproductWindow(imgName) {	var w = 719;	var h = 560;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var params = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=no,scrollbars=no';	contactWindow = window.open( '../history-chart.html?imgName=' + escape(imgName), 'viewWin',params)}function VproductWindow(imgName) {	var w = 325;	var h = 520;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var params = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=no,scrollbars=no';	contactWindow = window.open( '../product-zoom.html?imgName=' + escape(imgName), 'viewWin',params)}function boosterWindow(theURL,winName,features) { //v2.0	var w = 450;	var h = 400;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var features = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=yes,scrollbars=no'; 	//var features = 'width=600,height=400,resizable=no,scrollbars=no'; 	 window.open(theURL,winName,features);	 	 }	 function bioComplexWindow(theURL,winName,features) { //v2.0	var w = 550;	var h = 500;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var features = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=yes,scrollbars=yes'; 	//var features = 'width=600,height=400,resizable=no,scrollbars=no'; 	 window.open(theURL,winName,features);	 	 }	 	 function ingredientsWindow(theURL,winName,features) { //v2.0	var w = 550;	var h = 500;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var features = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=yes,scrollbars=yes'; 	//var features = 'width=600,height=400,resizable=no,scrollbars=no'; 	 window.open(theURL,winName,features);	 	 }	 	 	 function newsVWindow(imgName) {	var w = 425;	var h = 600;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var params = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=no,scrollbars=no';	contactWindow = window.open( '../product-zoom.html?imgName=' + escape(imgName), 'viewWin',params)}function newsHWindow(imgName) {	var w = 630;	var h = 540;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var params = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=no,scrollbars=no';	contactWindow = window.open( 'press-zoom.html?imgName=' + escape(imgName), 'viewWin',params)}function tallWindow(theURL,winName,features) { //v2.0	var w = 450;	var h = 600;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var features = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=yes,scrollbars=yes'; 	//var features = 'width=600,height=400,resizable=no,scrollbars=no'; 	 window.open(theURL,winName,features);	 	 }	 	 function magWindow(theURL,winName,features) { //v2.0	var w = 630;	var h = 540;		var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;		var features = 'width='+w+',height='+h+',left='+winl+',top='+wint+',resizable=yes,scrollbars=yes'; 	//var features = 'width=600,height=400,resizable=no,scrollbars=no'; 	 window.open(theURL,winName,features);	 	 }