function openwin(name) { w=window.open('',name,'width=450,height=450,scrollbars=yes,menubar=yes,resizable=yes'); w.focus(); } highlight_home = new Image(); highlight_home.src = "/images/lower_left_header.gif"; normal_home = new Image(); normal_home.src = "/images/lower_left_header_normal.gif"; function out() { document.images['home'].src = normal_home.src; } function over() { document.images['home'].src = highlight_home.src; } function popDesign(frame) { pd = window.open('',frame,'width=700,height=520,scrollbars=no,resizable=yes'); } function overDesign() { document.images["zoom_icon"].src = "/images/zoom_icon.hover.gif"; } function outDesign() { document.images["zoom_icon"].src = "/images/zoom_icon.gif"; }