/** * Copyright (c) 2002 i-seven aps. * Hvidsværmervej 161, DK-2610 Rødovre, Denmark. * All rights reserved. * * This software is the confidential and proprietary information * of i-seven aps. ("Confidential Information"). You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with i-seven aps. */ var glEventOnWindowResize; function onWindowResize() { if(document.images['PageHeight']) { document.images['PageHeight'].height=getWindowHeight()-143 } glEventOnWindowResize(); } function captureEvents() { glEventOnWindowResize=(window.onresize) ? window.onresize : new Function; window.onresize=onWindowResize; if (!browser.ns4) onWindowResize(); }