function semakpelayar() {
	var jenispelayar = navigator.appName, statuspelayar = 0, versi = 0, mesej = "";
	// document.skrinb.skrinkomputer01.value = jenispelayar;
	if (jenispelayar != "Microsoft Internet Explorer") {
		statuspelayar = 1;}
	else {
		if (navigator.appVersion.indexOf("MSIE") !=-1)	{
			temp = navigator.appVersion.split("MSIE");
			version = parseFloat(temp[1]);}
		
		if (version<=5.5) {
			statuspelayar = 1; }
		}
	if (statuspelayar == 1) {
		mesej = "MAKLUMAN\n-----------------------------------------------------------------------------\n\n";
		mesej = mesej + "Harap Maaf.\n\nAplikasi ini hanya dapat digunakan pada\n";
		mesej = mesej + "pelayar Microsot Internet Explorer versi 5.5 dan ke atas\n\n"+" ";
		alert(mesej);
		document.getElementById("terus").disabled = true;
		return false;
	}
}

function semaklogin (statusmesej,mesej) {
	var status = statusmesej, meseja = "", mesejb = mesej;
	
	if (statusmesej == "1") {
		meseja = "MAKLUMAN\n-----------------------------------------------------------------------------\n\n";
		meseja = meseja + mesejb;
		alert(meseja);
		window.close();
		return false;
	}

}
