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