      var floater = null;
      function videopopup56( url ) {
      var a="toolbar=no,location=no,directories=no,menubar=no,width=430,height=300,resizable=yes,scrollbars=no";
      if (navigator.appName.indexOf("Microsoft")>=0) {
         a+=",left=50,top=50";}
         else {
         a+=",screenX=50,screenY=50";}
         if( floater != null )
            if( floater.closed == false )
            floater.close();
            floater=window.open("/itsmylife/celebs/video/"+url+".html","VIA" + url,a);
            floater.creator = self;}

      function videopopup220( url ) {
      var a="toolbar=no,location=no,directories=no,menubar=no,width=582,height=390,resizable=yes,scrollbars=no";
      if (navigator.appName.indexOf("Microsoft")>=0) {
      a+=",left=50,top=50";}
         else {
         a+=",screenX=50,screenY=50";}
         if( floater != null )
            if( floater.closed == false )
            floater.close();
            floater=window.open("/itsmylife/celebs/video/"+url+".html","VIA" + url,a);
            floater.creator = self;}

if (document.images) {
  games_roll = new Image(53,19); games_roll.src="/itsmylife/images/games_tab_btn_roll.gif";
  video_roll = new Image(49,19); video_roll.src="/itsmylife/images/video_tab_btn_roll.gif";
  advice_roll = new Image(57,19); advice_roll.src="/itsmylife/images/advice_tab_btn_roll.gif";
  blog_roll = new Image(49,19); blog_roll.src="/itsmylife/images/blog_tab_btn_roll.gif";

  home_roll = new Image(161,25); home_roll.src="/itsmylife/images/home_btn_games_roll.gif";
  family_roll = new Image(161,25); family_roll.src="/itsmylife/images/family_btn_games_roll.gif";
  friends_roll = new Image(161,25); friends_roll.src="/itsmylife/images/friends_btn_games_roll.gif";
  school_roll = new Image(161,25); school_roll.src="/itsmylife/images/school_btn_games_roll.gif";
  body1_roll = new Image(161,25); body1_roll.src="/itsmylife/images/body_btn_sub_roll.gif";
  emotions_roll = new Image(161,25); emotions_roll.src="/itsmylife/images/emotions_btn_sub_roll.gif";
  money_roll = new Image(161,25); money_roll.src="/itsmylife/images/money_btn_sub_roll.gif";

  games_off = new Image(53,19); games_off.src="/itsmylife/images/games_tab_btn.gif";
  video_off = new Image(49,19); video_off.src="/itsmylife/images/video_tab_btn.gif";
  advice_off = new Image(57,19); advice_off.src="/itsmylife/images/advice_tab_btn.gif";
  blog_off = new Image(49,19); blog_off.src="/itsmylife/images/blog_tab_btn.gif";

  home_off = new Image(161,25); home_off.src="/itsmylife/images/home_btn_games.gif";
  family_off = new Image(161,25); family_off.src="/itsmylife/images/family_btn_games.gif";
  friends_off = new Image(161,25); friends_off.src="/itsmylife/images/friends_btn_games.gif";
  school_off = new Image(161,25); school_off.src="/itsmylife/images/school_btn_games.gif";
  body1_off = new Image(161,25); body1_off.src="/itsmylife/images/body_btn_sub.gif";
  emotions_off = new Image(161,25); emotions_off.src="/itsmylife/images/emotions_btn_sub.gif";
  money_off = new Image(161,25); money_off.src="/itsmylife/images/money_btn_sub.gif";

  function imgOver(imgTxt, state) {
    if (state == 'on') {
      document[imgTxt].src = eval(imgTxt + "_roll.src");
    }
    else {
      document[imgTxt].src = eval(imgTxt + "_off.src");
    }
  }
}

function loadPage() {

  if(document.interviewForm.topics.options[document.interviewForm.topics.selectedIndex].value.indexOf("html")>=0)
    parent.location.href=document.interviewForm.topics.options[document.interviewForm.topics.selectedIndex].value;
}
