if (document.images) {
  games_roll = new Image(53,19); games_roll.src="/itsmylife/images/games_tab_btn_roll.gif";
  juegos_roll = new Image(53,19); juegos_roll.src="/itsmylife/images/games_tab_btn_roll_sp.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";
  celebs_roll = new Image(59,19); celebs_roll.src="/itsmylife/images/celebs_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_roll.gif";
  family_roll = new Image(161,25); family_roll.src="/itsmylife/images/family_btn_sub_roll.gif";
  school_roll = new Image(161,25); school_roll.src="/itsmylife/images/school_btn_sub_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";
  juegos_off = new Image(53,19); juegos_off.src="/itsmylife/images/games_tab_btn_sp.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";
  celebs_off = new Image(59,19); celebs_off.src="/itsmylife/images/celebs_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.gif";
  family_off = new Image(161,25); family_off.src="/itsmylife/images/family_btn_sub.gif";
  school_off = new Image(161,25); school_off.src="/itsmylife/images/school_btn_sub.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.pageForm.topics.options[document.pageForm.topics.selectedIndex].value.indexOf("html")>=0)
    parent.location.href=document.pageForm.topics.options[document.pageForm.topics.selectedIndex].value;
}

function loadYSIPage() {

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

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 goToPoll() {
  var pollUrl = "/cgi-registry/poll/poll.pl?results=";
  var pollName = "popup_poll";
  var theAnswer = null;
  var results = document.forms[pollName].results.value;
  var site_id = document.forms[pollName].site_id.value;
  var poll_id = document.forms[pollName].poll_id.value;
  pollUrl = pollUrl + results + '&site_id=' + site_id + '&poll_id=' + poll_id;
  for (counter=0; counter<document.forms[pollName].q1.length;counter++) {
    if (document.forms[pollName].q1[counter].checked) theAnswer = counter+1;
  }
  if (theAnswer) pollUrl = pollUrl + '&q1=' + theAnswer;
  self.name = "itsmylife_parentwindow";
  window.open(pollUrl, "PollResults", "toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=450,height=350");

  return false;
}

function goToCrushPoll() {
  var pollUrl = "/cgi-registry/poll/poll.pl?results=";
  var pollName = "popup_poll";
  var theAnswer = null;
  var results = document.forms[pollName].results.value;
  var site_id = document.forms[pollName].site_id.value;
  var poll_id = document.forms[pollName].poll_id.value;
  pollUrl = pollUrl + results + '&site_id=' + site_id + '&poll_id=' + poll_id;
  for (counter=0; counter<document.forms[pollName].q1.length;counter++) {
    if (document.forms[pollName].q1[counter].checked) theAnswer1 = counter+1;
  }
  for (counter=0; counter<document.forms[pollName].q2.length;counter++) {
    if (document.forms[pollName].q2[counter].checked) theAnswer2 = counter+1;
  }
  for (counter=0; counter<document.forms[pollName].q3.length;counter++) {
    if (document.forms[pollName].q3[counter].checked) theAnswer3 = counter+1;
  }
  for (counter=0; counter<document.forms[pollName].q4.length;counter++) {
    if (document.forms[pollName].q4[counter].checked) theAnswer4 = counter+1;
  }
  if (theAnswer1) pollUrl = pollUrl + '&q1=' + theAnswer1;
  if (theAnswer2) pollUrl = pollUrl + '&q2=' + theAnswer2;
  if (theAnswer3) pollUrl = pollUrl + '&q3=' + theAnswer3;
  if (theAnswer4) pollUrl = pollUrl + '&q4=' + theAnswer4;
  self.name = "itsmylife_parentwindow";
  window.open(pollUrl, "PollResults", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=500");

  return false;
}
