<!--
function openHTMLWindow_Fever(imageName, imageWidth, imageHeight, alt, posLeft, posTop) {
	newWindow = window.open(imageName, "newWindow", "width=" + imageWidth + ", height=" + imageHeight + ", left=" + posLeft + ", top=" + posTop);
	newWindow.focus();
}
//-->