var haveSubmit = false;
function isEmpty(s)
{
	return ((s == null) || (s.length == 0))
}
function funcSignin(myval)
{
  	if (!haveSubmit && validate(myval))
	{
		haveSubmit = true;
		if(myval==5)
		{
		  document.forPass.adaNo.value = document.frmMain.username.value;
		  document.forPass.submit();
		}
		else if(myval==6)
		{
		  document.chgPass.chgPassADA.value = document.frmMain.username.value;
		  document.chgPass.submit();
		}
		else
		  document.frmMain.submit();
	}
}
function validate(val)
{
	if (isEmpty(document.frmMain.username.value))
	{
	   alert("Please key in your Access Id. Thank you.");
	   document.frmMain.username.focus();
	   document.frmMain.username.select();
	   return false;
	}

	if (val != 5 && val != 6)
	{
		if (isEmpty(document.frmMain.passwd.value))
		{
			alert("Please key in your Password. Thank you.");
			document.frmMain.passwd.focus();
			document.frmMain.passwd.select();
			return false;
		}
	}
	return true;
}
function changeLocale()
{
	document.frmLocale.submit();
}
function submitITC(s)
{
	if(isEmpty(document.frmMain.username.value))
	{
		alert("Please key in your Access Id. Thank you.");
		document.frmMain.username.focus();
		document.frmMain.username.select();
	}
	else if (isEmpty(document.frmMain.passwd.value))
	{
		alert("Please key in your Password. Thank you.");
		document.frmMain.passwd.focus();
		document.frmMain.passwd.select();
	}
	else
	{
		document.frmMain.action = "https://www.amway2u.com/servlet/OnlineIndividualITCCAS";
		document.frmMain.actionValue.value = s;
		document.frmMain.submit();
	}
}
function CBPlusWin()
{
	window.name = "AmwayMalaysia";
	var iMyWidth = 755;
	var iMyHeight = 505;
	var left = (window.screen.width/2) - (iMyWidth/2 + 10);
	var top = (window.screen.height/2) - (iMyHeight/2 + 50);
	var parameter = "statusbars=0,toolbar=0,menubar=0,scrollbars=0,navigationbars=0,height=" + iMyHeight + ",width=" + iMyWidth + ",left=" + left + ",top=" + top;
	var vsDetails = window.open("http://www.amway2u.com/miniweb/cbplus/index_en_US.jsp","cbplus", parameter);
	vsDetails.focus();
}
function AtmosphereWin()
{
	window.name = "AmwayMalaysia";
	var iMyWidth = 770;
	var iMyHeight = 600;
	var left = (window.screen.width/2) - (iMyWidth/2 + 10);
	var top = (window.screen.height/2) - (iMyHeight/2 + 50);
	var parameter = "statusbars=0,toolbar=0,menubar=0,scrollbars=1,navigationbars=0,height=" + iMyHeight + ",width=" + iMyWidth + ",left=" + left + ",top=" + top;
	var vsDetails = window.open("http://www.amway2u.com/miniweb/atmosphere/intro_en_US.jsp","atmosphere", parameter);
	vsDetails.focus();
}
function foundationWin()
{
	window.name = "AmwayMalaysia";
	var iMyWidth = 780;
	var iMyHeight = 500;
	var left = (window.screen.width/2) - (iMyWidth/2 + 10);
	var top = (window.screen.height/2) - (iMyHeight/2 + 50);
	var parameter = "statusbars=0,toolbar=0,menubar=0,scrollbars=0,navigationbars=0,height=" + iMyHeight + ",width=" + iMyWidth + ",left=" + left + ",top=" + top;
	var vsDetails = window.open("http://www.amway2u.com/miniweb/artistryfoundation/index_en_US.jsp","artistryfoundation", parameter);
	vsDetails.focus();
}
function bbbWin()
{
	window.name = "AmwayMalaysia";
	var iMyWidth = 500;
	var iMyHeight = 585;
	var left = (window.screen.width/2) - (iMyWidth/2 + 10);
	var top = (window.screen.height/2) - (iMyHeight/2 + 50);
	var parameter = "statusbars=0,toolbar=0,menubar=0,scrollbars=0,navigationbars=0,height=" + iMyHeight + ",width=" + iMyWidth + ",left=" + left + ",top=" + top;
	var vsDetails = window.open("http://www.amway2u.com/miniweb/bbb/index_en_US.jsp","bbb", parameter);
	vsDetails.focus();
}
function fileSubmit(f)
{
	document.pubFileDownload.fname.value = f;
	document.pubFileDownload.submit();
}

