function visit( url ) {
	top.window.location.href = url;
}

function overLightNotUsed( tcell, statbar ) {
	tcell.style.backgroundColor = '#6AAAD0'; 
	status = statbar;
}

function over( tcell, statbar ) {
	tcell.style.backgroundColor = '#336699'; 
	status = statbar;
}

function out( tcell ) {
	tcell.style.backgroundColor = ''; 
}

    var agt=navigator.userAgent.toLowerCase();

    var is_major = parseInt(navigator.appVersion);
    var is_minor = parseFloat(navigator.appVersion);

    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    var is_nav4 = (is_nav && (is_major == 4));
	
function doCheck()
{	
	if (is_nav4)
	{
	 document.write('<a href="web-hosting.html"><font color=white>WebHosting<\/font><\/a><br><a href="emailhosting.html"><font color=white>EmailHosting<\/font><\/a><br><a href="domainhosting.html"><font color=white>DomainNames<\/font><\/a><br><a href="colocation.html"><font color=white>Colocation<\/font><\/a><br><a href="http:\/\/www.host1dedicated.com.au"><font color=white>DedicatedServers<\/font><\/a><br><a href="e-commerce.html"><font color=white>E-commerce<\/font><\/a><br><a href="resellers.html"><font color=white>Resellers<\/font><\/a><br><a href="clientservices.html"><font color=white>ClientServices<\/font><\/a><br><a href="http:\/\/ctl.host1.com.au"><font color=white>ControlPanel<\/font><\/a><br><a href="https:\/\/www.host1.com.au\/register\/"><font color=white>BuyNow!<\/font><\/a><br><a href="contact.html"><font color=white>ContactUs<\/font><\/a><br><a href="feedback.html"><font color=white>Feedback<\/font><\/a><br><a href="help.html"><font color=white>Help<\/font><\/a>');
	}
	
}
