//function CheckPassword()
//{
	//These variables are these values, to prevent them to be equal //if usern/passw are not rigth.
//	var EntryVal = -2;
//	var EntryPas = -1;
//	//These are for the distributors
//	if(document.MyForm.Myuser.value=="asaruba")
//	{
//		EntryVal = 10;
//		if(document.MyForm.MyPass.value=="walklarge")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="ascuracao")
//	{
//		entryval = 20;
//		if(document.MyForm.MyPass.value=="walklarge")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="antek")
//	{	entryval = 40;
//		if(document.MyForm.MyPass.value=="walklarge")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="cash")
//	{	entryval = 50;
//		if(document.MyForm.MyPass.value=="walklarge")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	//These are for the Projects
//	
//	if(document.MyForm.Myuser.value=="aloe")
//	{	entryval = 100;
//		if(document.MyForm.MyPass.value=="koos")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}	
//
//	if(document.MyForm.Myuser.value=="casxm")
//	{	entryval = 200;
//		if(document.MyForm.MyPass.value=="sm")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="immiaua")
//	{	entryval = 300;
//		if(document.MyForm.MyPass.value=="aruba")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="immicur")
//	{	entryval = 400;
//	if(document.MyForm.MyPass.value=="curacao")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="immibon")
//	{	entryval = 500;
//		if(document.MyForm.MyPass.value=="bonaire")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="kvkaruba")
//	{	entryval = 600;
//		if(document.MyForm.MyPass.value=="alexia")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="payrollsur")
//	{	entryval = 400;
//		if(document.MyForm.MyPass.value=="paramaribo")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
//	if(document.MyForm.Myuser.value=="setar")
//	{	entryval = 400;
//		if(document.MyForm.MyPass.value=="raymond")
//		{
//			EntryPas = EntryVal;
//			Init()
//		}
//	}
//
////	prompt('the value is', entryval);
//	if(EntryVal==EntryPas)
//	{
//		//DistributorPage
//		if(EntryPas<100)
//		{
//			window.location="construct.htm";
//		}
//		else
//		{
//			window.location="construct.htm";
//		}
//
//	}
//	else
//	{
//		window.location="wrongpass.htm";
//	}
//}
function Init()
{
	document.MyForm.Myuser.value="";
	document.MyForm.MyPass.value="";
}

function getkey(document,e)
	{
	//var keycode;
	//if (window.event) keycode = window.event.keyCode;
	//	else if (e) keycode = e.which;
	//	else return true;
	//
	//if (keycode==13)
	//	{
	//	document.MyForm.MyButt.click();
	//	return false;
	//	}
	//else
	//	return true;
	}