// JavaScript Document
function goto_login()
{		
	document.location="index.php?moudle=login";
}

function forgotpsd()
{
	document.location="index.php?moudle=forgotpsd";
}

function backtohome()
{
	document.location="index.php";
}


