var NavButtons = new Object();// calling this so that the popup printables can point to this window when going back to the main site//LoadNav();function LoadNav() {}LoadNav();function goPBS() {opener.location="/pbskidsgo/";window.close();return false;}function goLink(href) {opener.location=href;window.close();return false;}