<!-- //

nn4 = document.layers;
ie4 = document.all;
nn6 = document.getElementById && !ie4;

function w(fileName, windowName, winWidth, winHeight){
	if (nn4 || ie4 || nn6){
		posX = Math.round((screen.width - winWidth) / 2);
		posY = Math.round((screen.height - winHeight) / 2);
		posCode = (nn4 || nn6) ? "screenX=" + posX + ",screenY=" + posY : "left=" + posX + ",top=" + posY;
	}else{
		posCode = "";
	}
	newWindow = window.open(fileName, windowName, 'menubar=no,toolbar=no,scrollbars=no,status=no,width=' + winWidth + ',height=' + winHeight + ',' + posCode);
	if (newWindow.focus()) newWindow.focus();
	return false;
}

function NewWindow1(pic, width, height){
		height2 = height + 26;
		fileName = "/catalog/group/product/pic/?pic=" + pic + "&width=" + width + "&height=" + height;
		w(fileName, 'pic', width, height2);
}


// -->


<!-- Hide the script from old browsers --
function OpenWin() {window.open(url,'_blank','top=100,left=100,width=300,height=300,buttons=No,scrollbars=Yes,location=No,menubar=No,resizable=No,status=No,directories=No,toolbar=No,copyhistory=No')}
//---------------->
