Hi Lee, > winW = (ns4) ? window.innerWidth-16 : document.body.offsetWidth-20; > winH = (ns4) ? window.innerHeight : document.body.offsetHeight; > Note that this can't go in the HEAD of the document, it has to be either in an onLoad event handler in the BODY tag or in the actual BODY itself. adam