function getlink(i)
{
	var link; 
	if(i==1)link = "index.html";
	if(i==2)link = "services.html";
	if(i==3)link = "faq.html";
	if(i==4)link = "kaccounts.html";
	if(i==5)link = "careers.html";
	if(i==6)link = "location.html";

	window.location = link;
}
