/**
 * @author Kirk Ouimet
 * @website http://www.yougetsignal.com/
 * @copyright 2008 Kirk Ouimet Design. All rights reserved.
 */

function changeNav(div) {
	document.getElementById(div).style.background = "url('/img/link_bg_selected.gif') no-repeat";
}

function initToolTips() {
	new Tip('nav_open-ports', '&nbsp;Identify Open Ports on Your Internet Connection&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_network-location', '&nbsp;Display the Location of a Network Address&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_visual-tracert', '&nbsp;Visually Trace the Route to a Network Address&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_phone-location', '&nbsp;Find the Location of a Phone Number&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_web-sites-on-web-server', '&nbsp;Find Other Web Sites Hosted on a Web Server&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_whois-lookup', '&nbsp;Perform a WHOIS Lookup to See if a Domain Name is Available&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_igoogle', '&nbsp;Add a Network Gadget to Your iGoogle Homepage&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_vista', '&nbsp;Add a Network Gadget to Your Windows Sidebar&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_links', '&nbsp;Links to Sponsors and Other Networking Resources&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
	new Tip('nav_about', '&nbsp;Learn About YouGetSignal.com&nbsp;&nbsp;', {fixed: true, offset: {x:28, y:3}, delay: 0.0});
}