// JavaScript Document
if (document.images) {
Iinfomasthead_02_02 = new Image(64, 34);Iinfomasthead_02_02.src = 'http://www.tlcworldwide.com/tlc_site/navimages/photosbutton.gif';
Iinfomasthead_02_02o = new Image(64, 34);Iinfomasthead_02_02o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/photosbutton_over.gif';
Iinfomasthead_02_03 = new Image(76, 34);Iinfomasthead_02_03.src = 'http://www.tlcworldwide.com/tlc_site/navimages/magazinebutton.gif';
Iinfomasthead_02_03o = new Image(76, 34);Iinfomasthead_02_03o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/magazinebutton_over.gif';
Iinfomasthead_02_04 = new Image(61, 34);Iinfomasthead_02_04.src = 'http://www.tlcworldwide.com/tlc_site/navimages/ads.button.gif';
Iinfomasthead_02_04o = new Image(61, 34);Iinfomasthead_02_04o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/ads.button_over.gif';
Iinfomasthead_02_05 = new Image(54, 34);Iinfomasthead_02_05.src = 'http://www.tlcworldwide.com/tlc_site/navimages/videobutton.gif';
Iinfomasthead_02_05o = new Image(54, 34);Iinfomasthead_02_05o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/videobutton_over.gif';
Iinfomasthead_02_06 = new Image(67, 34);Iinfomasthead_02_06.src = 'http://www.tlcworldwide.com/tlc_site/navimages/tourbutton.gif';
Iinfomasthead_02_06o = new Image(67, 34);Iinfomasthead_02_06o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/tourbutton_over.gif';
Iinfomasthead_02_11 = new Image(54, 34);Iinfomasthead_02_11.src = 'http://www.tlcworldwide.com/tlc_site/navimages/video_new.gif';
Iinfomasthead_02_11o = new Image(54, 34);Iinfomasthead_02_11o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/video_new_over.gif';
Inavfooter_02_02 = new Image(77, 21);Inavfooter_02_02.src = 'http://www.tlcworldwide.com/tlc_site/navimages/brochurebutton.gif';
Inavfooter_02_02o = new Image(77, 21);Inavfooter_02_02o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/brochurebutton_over.gif';
Inavfooter_02_04 = new Image(58, 21);Inavfooter_02_04.src = 'http://www.tlcworldwide.com/tlc_site/navimages/orderbutton.gif';
Inavfooter_02_04o = new Image(58, 21);Inavfooter_02_04o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/orderbutton_over.gif';
Inavfooter_02_06 = new Image(69, 21);Inavfooter_02_06.src = 'http://www.tlcworldwide.com/tlc_site/navimages/productsbutton.gif';
Inavfooter_02_06o = new Image(69, 21);Inavfooter_02_06o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/productsbutton_over.gif';
Inavfooter_02_07 = new Image(59, 21);Inavfooter_02_07.src = 'http://www.tlcworldwide.com/tlc_site/navimages/homebutton.gif';
Inavfooter_02_07o = new Image(59, 21);Inavfooter_02_07o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/homebutton_over.gif';
Inavfooter_02_08 = new Image(48, 21);Inavfooter_02_08.src = 'http://www.tlcworldwide.com/tlc_site/navimages/sitebutton.gif';
Inavfooter_02_08o = new Image(48, 21);Inavfooter_02_08o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/sitebutton_over.gif';
Inavfooter_02_10 = new Image(103, 21);Inavfooter_02_10.src = 'http://www.tlcworldwide.com/tlc_site/navimages/bookbutton.gif';
Inavfooter_02_10o = new Image(103, 21);Inavfooter_02_10o.src = 'http://www.tlcworldwide.com/tlc_site/navimages/bookbutton_over.gif';

}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}
