// JavaScript Document


//J1 Start
//Javascript from Pool Pages, it controls the pop-ups on the variations
function newPopup1(url) {
	popupWindow1 = window.open(
		url,'popUpWindow1','height=480,width=640,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
function newPopup2(url) {
	popupWindow2 = window.open(
		url,'popUpWindow2','height=480,width=640,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
function newPopup3(url) {
	popupWindow3 = window.open(
		url,'popUpWindow3','height=480,width=640,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
function newPopup4(url) {
	popupWindow4 = window.open(
		url,'popUpWindow4','height=480,width=640,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
function newPopup5(url) {
	popupWindow5 = window.open(
		url,'popUpWindow5','height=480,width=640,left=10,top=10,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no')
}
//JS1 End
