if (document.images) {
  games_roll = new Image(53,19); games_roll.src="/itsmylife/images/games_tab_btn_roll.gif";
  advice_roll = new Image(57,19); advice_roll.src="/itsmylife/images/advice_tab_btn_roll.gif";
  celebs_roll = new Image(59,19); celebs_roll.src="/itsmylife/images/celebs_tab_btn_roll.gif";
  video_roll = new Image(49,19); video_roll.src="/itsmylife/images/video_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";
  advice_off = new Image(57,19); advice_off.src="/itsmylife/images/advice_tab_btn.gif";
  celebs_off = new Image(59,19); celebs_off.src="/itsmylife/images/celebs_tab_btn.gif";
  video_off = new Image(49,19); video_off.src="/itsmylife/images/video_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 openVideoWin_low(url) {
   var newWin = window.open(url,"vidWin","toobars=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,width=340,height=230");
}
  function openVideoWin_hi(url) {
   var newWin = window.open(url,"vidWin","toobars=0,location=0,directories=0,menubar=0,status=0,resizable=0,scrollbars=0,width=430,height=370");
}
