var width; var height; var outerWindowHeight; width=screen.width; // Set width = screen resolution - browser border width = width-30; //height = parseInt(width/2.32); // Old height. Usable for widescreen-trailers only. height = parseInt(width/1.78); // Need space for timeslider outerWindowHeight = height + 16; document.write(''); document.write(''); document.write(''); document.write(''); document.write('')