/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

      var WinNum=0;
      function popup(Url,x,y)
      {
         var String;
         String =  "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,";
         String += ",width=";
         String += x;
         String += ",height=";
         String += y;

         WinPic=window.open(Url,'_blank',String);
      }

      function popup1(Url,x,y)
      {
         var String;
         String =  "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,";
         String += ",width=";
         String += x;
         String += ",height=";
         String += y;

         WinPic=window.open(Url,'_blank',String);
      }



		