var linktext=new Array()
linktext[0]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif">  <a href="http://www.kthosting.com/why_us.php">Why Choose Us?</a> | <a href="http://www.kthosting.com/signup.php">Sign Up</a> | <a href="http://www.kthosting.com/link_to_us.php">Link to Us</a> | <a href="http://www.kthosting.com/recommend_us.php">Recommend Us</a> | <a href="http://www.kthosting.com/transfer_details.php">Transfer Details</a> </font>'
linktext[1]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="http://www.kthosting.com/linux/index.php">Linux</a> | <a href="http://www.kthosting.com/nt/index.php">NT</a> |  <a href="http://www.kthosting.com/resellers/index.php">Resellers</a> | <a href="http://www.kthosting.com/managed/index.php">Managed</a> | <a href="http://www.kthosting.com/dedicated/index.php">Dedicated Hosting</a> | <a href="http://www.kthosting.com/other/index.php">Web / Email</a></font>'
linktext[2]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="http://www.kthosting.com/domains/check.php">Check Availability</a> | <a href="http://www.kthosting.com/domains/renewals.php">Renewals</a> | <a href="http://www.kthosting.com/domains/help.php">Help & Information</a> | <a href="http://www.kthosting.com/domains/faqs.php">FAQ\'s</a> </font>'
linktext[3]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="http://www.kthosting.com/services/programming.php">Programming/Scripting</a> | <a href="http://www.kthosting.com/services/dial_up.php">Dial Ups</a> | <a href="http://www.ktdomains.co.uk/" target="ktdomains">Domain Reg</a> | <a href="http://www.submitit.co.uk/" target="submitit">Site Promotion</a> </font>'
linktext[4]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="http://www.kthosting.com/company/about_us.php">About Us</a> | <a href="http://www.kthosting.com/company/testimonials.php">Testimonials</a> | <a href="http://www.kthosting.com/company/guarantee.php">Our Guarantee!</a> | <a href="http://www.kthosting.com/company/news.php">Latest News</a> | <a href="http://www.kthosting.com/company/partners.php">Partners</a></font>'
linktext[5]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="javascript:openwin()">Email</a> | <a href="javascript:openwin1()">Telephone</a> | <a href="javascript:openwin2()">Post</font>'
linktext[6]='&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <a href="http://www.kthosting.com/support/login.php">Account Login</a> | <a href="http://www.kthosting.com/support/faqs.php">General FAQ\'s</a> | <a href="http://www.kthosting.com/support/query.php">New Query</a> | <a href="http://www.kthosting.com/policies/index.php">Our Policies</a> </font>'
var ns6=document.getElementById&&!document.all
var ie=document.all
function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext] }
function reset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=''
else if (ns6) document.getElementById(whichdiv).innerHTML=''}



function openwin()
{window.open('http://www.kthosting.com/contact.php#email','spec2','height=350,width=600');
}
function openwin1()
{window.open('http://www.kthosting.com/contact.php#tel','spec2','height=350,width=600');
}
function openwin2()
{window.open('http://www.kthosting.com/contact.php#post','spec2','height=350,width=600');
}


function right(e) {
	var msg = "Copyright KT Web Hosting -  For more information please contact us via : Telephone Number +44 (0)151 421 1511.";
	if (navigator.appName == 'Netscape' && e.which == 3) {
	alert(msg);  
	return false;
		}
		else
		if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
		alert(msg); 
		return false;
		}
	return true;
		}
		document.onmousedown = right;

