function opWin7445() {
if (document.getElementById) {
var width = screen.availWidth;
var height = screen.availHeight;
var windowFeatures = "width=" + width + ",height=" + height + ",status=no,resizable=yes,toolbar=0,location=0,directories=0,left=0,top=0screenX=0,screenY=0";
myWindow = window.open('http://www.online-brochures.net/files/7445/brochure.asp', "subWind", windowFeatures);
myWindow.focus();
return false;
} else {
return true;
}
}

