function opWin5144() {
	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";
		myWindow = window.open('http://www.online-brochures.net/files/5144/brochure.asp', "subWind", windowFeatures);
		myWindow.focus();
		return false;
	} else {
		return true;
	}
}

function opWin4784() {
	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";
		myWindow = window.open('http://www.online-brochures.net/files/4784/brochure.asp', "subWind", windowFeatures);
		myWindow.focus();
		return false;
	} else {
		return true;
	}
}
