<!--
function toggleElement(dataId, imgId) {
  var dataObj = document.getElementById ? document.getElementById(dataId) : document.all ? document.all[dataId] : null;
  var imgObj = document.getElementById ? document.getElementById(imgId) : document.all ? document.all[imgId] : null;

  if (!dataObj) return;
  if (dataObj.style.display == "none") {
    dataObj.style.display = "block";
    imgObj.src = "http://www.att.net/images/icon_minus_green.gif";
  }
  else{
    dataObj.style.display = "none";
    imgObj.src = "http://www.att.net/images/icon_plus_green.gif";
  }
}

//Function to open Browser Window
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function createWnChannels(){
  var channelLink = "";
  channelLink += "<ul class='plain2'>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/autos/'>Autos</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/careers/list.html'>Careers</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/entertainment/'>Entertainment</li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/finance/'>Finance</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/games/'>Games</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/health/index.html'>Health</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/hg/index.html'>Home & Garden</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/astrology/'>Horoscopes</a></li>";
  channelLink += "<li><a href='http://dailynews.att.net/cgi-bin/news?e=pub&cat=news'>News</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/personals/index.html'>Personals</a></li>";
  channelLink += "<li><a href='https://webauth.att.net/auth/radio/nrhandoff?url=http://www.nextradiosolutions.com/product/tuner/default.asp?p=58&ec=LP'>Radio</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/shop/'>Shopping</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/sports/'>Sports</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/technology/' class=Rightnavsmtxt>Technology</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/welcomeback?url=/channels/travel/list.html' class=Rightnavsmtxt>Travel</a></li>";
  channelLink += "<li><a href='#' onClick=\"javascript:window.open('http://worldnet.feedroom.com', 'FeedRoom', 'top=20, left='+((screen.width-778)/2)+', width=778, height=570')\">Video News</a></li>";
  channelLink += "<li><a href='http://www.att.net/cgi-bin/weather?dothis=getweather'>Weather</a></li>";
  channelLink += "</ul>";
  if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) <= 4){
    document.write("<img src='/global-images/i/c1.gif' width=1 border=0 height=1 alt=''>");
  } else {    
    document.write(channelLink);
  }
  document.close();														document.close()
}

//-->
