function checktext(){
	
	
	if (document.checkform.pin.value == "eight"){
		self.location.href = "http://eight.com.my";
	}
	else if (document.checkform.pin.value == "sureash"){
		self.location.href = "http://sureash.com";
	}
	else if (document.checkform.pin.value == "lmtech"){
		self.location.href = "http://www.graphitegraphics.com/client/lmtech/home.html"
	}
	else if (document.checkform.pin.value == "meis"){
		self.location.href = "http://graphitegraphics.com/client/meis/main_page2.html"
	}
	else{

		alert("Wrong Access Code"); 
		document.checkform.pin.value = ""; 
		
	} 
	return false;
}