function checkPass()
{
//	var p = prompt("Enter Password", "<Password>");
//	if (p == "silentblue")
	{
		window.location = "common/index.php?gtype=l";
	}
}

