function Switch(over)
{
    if(over==1)
    {
        document.getElementById('title_goto_box').className = 'visible';
        document.getElementById('title_goto_button').src = '../images/button_gotosection_on.gif';
    }
    else
    {
        document.getElementById('title_goto_box').className = 'hidden';
        document.getElementById('title_goto_button').src = '../images/button_gotosection_off.gif';
    }
}

function gotoSection (_strSection)
{
	var strURL = "";
	
	if (_strSection == "auto")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=automotive&rd=/automotive/index.vm';
	
	else if (_strSection == "games")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=games&rd=http://www.mytelus.com/games/';
	
	else if (_strSection == "health")
		strURL = 'http://health.mytelus.com/';
	
	else if (_strSection == "home garden")
		strURL = 'http://www.mytelus.com/homegarden/';
	
	else if (_strSection == "maps directions")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=maps&rd=http://www.mytelus.com/maps/';
	
	else if (_strSection == "money")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=money&rd=http://money.mytelus.com';
	
	else if (_strSection == "horoscopes")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=horoscopes&rd=/horoscopes/';
		
	else if (_strSection == "movies")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=movies&rd=/movies/releases.do';
		
	else if (_strSection == "music")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=music&rd=http://www.mytelus.com/music/display.do';
		
		else if (_strSection == "news")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=news&rd=/news';
		
	else if (_strSection == "phonebook")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=phonebook&rd=/phonebook';
		
	else if (_strSection == "travel")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=travel&rd=/travel/';
		
	else if (_strSection == "lotteries")
		strURL = 'http://www.mytelus.com/lotteries';
		
	else if (_strSection == "weather")
		strURL = 'http://www.mytelus.com/ad_team/interstitial.do?section=weather&rd=/weather/';
		
	window.open(strURL, "_self");
}
