    function programinfo(url)
    {
     window.open(url,"mywindow","toolbar=yes,scrollbars=yes,width=780,height=700");
    }

    function new_window(url)
    {
     window.open(url,"mywindow","toolbar=yes,scrollbars=yes,width=500,height=650");
    }

    function Awaken_Dreamer(url)
    {
      window.open(url,"Awaken","toolbar=yes,scrollbars=yes,width=1000,height=650");
    }

    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    }


