function openWindow1() {
	win1 = new Window('dialog1', {className: "alphacube", title: "Compact Thermoelectric Isothermal Bath", top:200, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m1.html"})
	win1.setDestroyOnClose();
	win1.show();
}
function openWindow2() {
	win2 = new Window('dialog2', {className: "alphacube", title: "Cool Bit Circulator", top:245, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m2.html"})
	win2.setDestroyOnClose();
	win2.show();
}
function openWindow3() {
	win3 = new Window('dialog3', {className: "alphacube", title: "Cool Bit G", top:100, left:290, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m3.html"})
	win3.setDestroyOnClose();
	win3.show();
}
function openWindow4() {
	win4 = new Window('dialog4', {className: "alphacube", title: "Re-circulating Heating and Cooling Unit (FRV-0005-6j", top:335, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m4.html"})
	win4.setDestroyOnClose();
	win4.show();
}
function openWindow5() {
	win5 = new Window('dialog5', {className: "alphacube", title: "Multi-Function Compact Circulator", top:380, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m5.html"})
	win5.setDestroyOnClose();
	win5.show();
}
function openWindow6() {
	win6 = new Window('dialog6', {className: "alphacube", title: "DI-Water Heater", top:425, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m6.html"})
	win6.setDestroyOnClose();
	win6.show();
}
function openWindow7() {
	win7 = new Window('dialog7', {className: "alphacube", title: "Re-circulating Heating and Cooling Unit (FRV-3000-5j", top:470, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m7.html"})
	win7.setDestroyOnClose();
	win7.show();
}
function openWindow8() {
	win8 = new Window('dialog8', {className: "alphacube", title: "Re-circulating Heating and Cooling Unit", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m8.html"})
	win8.setDestroyOnClose();
	win8.show();
}
function openWindow9() {
	win9 = new Window('dialog9', {className: "alphacube", title: "Chemical Circulator", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m9.html"})
	win9.setDestroyOnClose();
	win9.show();
}
function openWindow10() {
	win10 = new Window('dialog10', {className: "alphacube", title: "CS-Heater", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m10.html"})
	win10.setDestroyOnClose();
	win10.show();
}
function openWindow11() {
	win11 = new Window('dialog11', {className: "alphacube", title: "Chemical Heater", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m11.html"})
	win11.setDestroyOnClose();
	win11.show();
}
function openWindow12() {
	win12 = new Window('dialog12', {className: "alphacube", title: "Precision Air Conditioning Unit", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m12.html"})
	win12.setDestroyOnClose();
	win12.show();
}
function openWindow13() {
	win13 = new Window('dialog13', {className: "alphacube", title: "Thermoelectric Dehumidifier", top:560, left:100, width:400, height:300, zIndex:150, opacity:1, resizable: true, url: "../products/m13.html"})
	win13.setDestroyOnClose();
	win13.show();
}