  if (document.images)   {     child_off= new Image(75,53);     child_off.src="/media/thumbs/become/start/become_start_03.gif";            child_on= new Image(75,53);     child_on.src="/media/thumbs/become/start/become_start_on_03.gif";          female_off= new Image(78,53);     female_off.src="/media/thumbs/become/start/become_start_05.gif";            female_on= new Image(78,53);     female_on.src="/media/thumbs/become/start/become_start_on_05.gif";          male_off= new Image(75,53);     male_off.src="/media/thumbs/become/start/become_start_07.gif";            male_on= new Image(75,53);     male_on.src="/media/thumbs/become/start/become_start_on_07.gif";        }function change1(picName,imgName) {   if (document.images)    {      imgOn=eval(imgName + ".src");      document[picName].src= imgOn;    } }
