/*var timer=new Array()
function ShowDiv(TheLayer,TheHref)
{

if(document.getElementById(TheLayer)==null)
		return

	if(document.getElementById(TheLayer).offsetHeight<10)
		return

	if(document.getElementById(TheLayer).style.visibility=="visible")
		return false

	TheWidth=TheHref.offsetWidth
	if(TheHref.offsetParent)
	{
    	for( var posX = -1, posY = -10; TheHref.offsetParent; TheHref = TheHref.offsetParent )
		{
			posX += TheHref.offsetLeft;
			posY += TheHref.offsetTop;
	    }
	}


	posX=posX-3;

	if(TheLayer.indexOf("_")==-1)
		document.getElementById(TheLayer).style.left=posX-11+"px"
	else
		document.getElementById(TheLayer).style.left=posX+"px"

	TheAdj=12
	TheAdjtop=30

	if(navigator.appVersion.indexOf("MSIE")!=-1)
	{
		TheAdj=10
		TheAdjtop=30

	}


	if(TheLayer.indexOf("_")==-1)
		document.getElementById(TheLayer).style.top=posY+TheAdj+"px"
	else
		document.getElementById(TheLayer).style.top=posY+TheAdjtop+"px"

	document.getElementById(TheLayer).style.top=posY+TheAdjtop+"px"

	document.getElementById(TheLayer).style.visibility="visible"

	MainLayer=TheLayer.replace(/_\d+$/,"")
	HideExcept(MainLayer,TheLayer)
	StopTimer(TheLayer)
}
function HideDiv(TheLayer,TheI)
{
	MainLayer=TheLayer.replace(/_(\d+)/g,"")
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(MainLayer)!=-1)
		{
			TheDivs[i].style.visibility="hidden"
			TheDivs[i].style.left="0px"
			TheDivs[i].style.top="0px"
			clearInterval(timer[TheDivs[i].id])
		}
	}
}
function StartTimer(TheLayer)
{
	timer[TheLayer]=setInterval("HideDiv('"+TheLayer+"')",50)
	if(TheLayer.indexOf("_")!=-1)
	{
		StartTimer(TheLayer.replace(/_\d+$/,""))
	}
}
function StopTimer(TheLayer)
{
	MainLayer=TheLayer.replace(/_(\d+)/g,"")
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(MainLayer)!=-1)
		{
			clearInterval(timer[TheDivs[i].id])
			timer[TheDivs[i].id]=""
		}
	}
}
function Goto(ThePage)
{
	//alert(ThePage)
	location.href=ThePage
}
function HideExcept(TheLayer,TheChild)
{
	SubTrees=TheLayer+"_"
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(SubTrees)!=-1 && TheDivs[i].id!=TheChild && TheDivs[i].id.indexOf("_")!=-1)
		{
			if(TheDivs[i].id.indexOf(TheChild)==-1 || TheChild=="")
			{
				TheDivs[i].style.visibility="hidden"
				TheDivs[i].style.left="0px"
				TheDivs[i].style.top="0px"
				clearInterval(timer[TheDivs[i].id])
			}
		}
	}
}
function HideAll()
{
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf("Layer")!=-1)
		{
			TheDivs[i].style.visibility="hidden"
			clearInterval(timer[TheDivs[i].id])
			timer[TheDivs[i].id]=""
		}
	}
}
*/
var timer=new Array()
function ShowDiv(TheLayer,TheHref)
{
	if(document.getElementById(TheLayer)==null)
		return

	if(document.getElementById(TheLayer).offsetHeight<10)
		return

	if(document.getElementById(TheLayer).style.visibility=="visible")
		return false

	TheWidth=TheHref.offsetWidth
	if(TheHref.offsetParent)
	{
    	for( var posX = 0, posY = 0; TheHref.offsetParent; TheHref = TheHref.offsetParent )
		{
			posX += TheHref.offsetLeft;
			posY += TheHref.offsetTop;
	    }
	}


	if(TheLayer.indexOf("_")==-1)
		document.getElementById(TheLayer).style.left=posX+"px"
	else
		document.getElementById(TheLayer).style.left=posX+TheWidth-1+"px"



/*	if(TheLayer.indexOf("_")==-1)
	{
		document.getElementById(TheLayer).style.top=posY+14+"px"
	}
	else
	{
	if()
		document.getElementById(TheLayer).style.top=posY+50+"px"
	}
	*/


	TheAdjtop=35
	ThesubmneuTop=1

	if(navigator.appVersion.indexOf("MSIE")!=-1)
	{

		ThesubmneuTop=0
		TheAdjtop=25

	}


	if(TheLayer.indexOf("_")==-1)

		document.getElementById(TheLayer).style.top=posY+TheAdjtop+"px"

	else
		document.getElementById(TheLayer).style.top=posY+ThesubmneuTop+"px"



	document.getElementById(TheLayer).style.visibility="visible"

	document.getElementById(TheLayer).style.visibility="visible"

	MainLayer=TheLayer.replace(/_\d+$/,"")
	HideExcept(MainLayer,TheLayer)
	StopTimer(TheLayer)
}
function HideDiv(TheLayer,TheI)
{
	MainLayer=TheLayer.replace(/_(\d+)/g,"")
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(MainLayer)!=-1)
		{
			TheDivs[i].style.visibility="hidden"
			TheDivs[i].style.left="0px"
			TheDivs[i].style.top="0px"
			clearInterval(timer[TheDivs[i].id])
		}
	}
}

function StartTimer(TheLayer)
{
	timer[TheLayer]=setInterval("HideDiv('"+TheLayer+"')",1000)
	if(TheLayer.indexOf("_")!=-1)
	{
		StartTimer(TheLayer.replace(/_\d+$/,""))
	}
}
function StopTimer(TheLayer)
{
	MainLayer=TheLayer.replace(/_(\d+)/g,"")
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(MainLayer)!=-1)
		{
			clearInterval(timer[TheDivs[i].id])
			timer[TheDivs[i].id]=""
		}
	}
}
function Goto(ThePage)
{
	//alert(ThePage)
	location.href=ThePage
}
function Goto1(ThePage)
{
	//alert(ThePage)
	window.open(ThePage);
}
function HideExcept(TheLayer,TheChild)
{
	SubTrees=TheLayer+"_"
	for(i=0;i<TheDivs.length;i++)
	{
		if(TheDivs[i].id.indexOf(SubTrees)!=-1 && TheDivs[i].id!=TheChild && TheDivs[i].id.indexOf("_")!=-1)
		{
			if(TheDivs[i].id.indexOf(TheChild)==-1 || TheChild=="")
			{
				TheDivs[i].style.visibility="hidden"
				TheDivs[i].style.left="0px"
				TheDivs[i].style.top="0px"
				clearInterval(timer[TheDivs[i].id])
			}
		}
	}
}
function HideAll()
{
	for(i=0;i<TheDivs.length;i++)
	{
		TheDivs[i].style.visibility="hidden"
		clearInterval(timer[TheDivs[i].id])
		timer[TheDivs[i].id]=""
	}
}
//Menu items

//Menu1
document.write("<div id='Layer1' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>About Us</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus_team.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>Management Team</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus_miletsones.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>Milestones</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus_news.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>News</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus_7activities.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>Activities</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('aboutus_branches.htm')   onmouseout=this.className='menutxt'>MBF Cards Branches</td></tr></table></div>")

//Menu2Career Opportunities

document.write("<div id='Layer2' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_masvisa.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >MBF MasterCard/Visa Card</td></tr>")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_world.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >MBF World MasterCard</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_platinum.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>MBF Cards Platinum</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_lady_plat.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>MBF Cards Lady Platinum</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_expat.html') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>MBF Cards Expat Platinum</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_ladycard.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>MBF LadyCard</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_xuancard.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>MBF Xuàn Card</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_gaiavisa.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>MBF Gaia VISA Card</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_budimascard.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>MBF Budimas Gold Card</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_pohkong.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>MBF Poh Kong Gold Card</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('findacard_supplementary.htm') onmouseout=this.className='menutxt'>MBF Supplementary Card</td></tr></table></div>")



//Menu3

document.write("<div id='Layer3' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';HideExcept('',this); onClick=Goto('promotion.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >Current Promotions</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';ShowDiv('Layer3_1',this);HideExcept('Layer3','Layer3_1') onClick=Goto('promotions_escapades.htm') style='border-bottom:1px solid #ffffff;'   onmouseout=this.className='menutxt'>Card Member Hot Deals</td></tr>")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';HideExcept('',this); onClick=Goto('promotions_insurance.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >Insurance Plan</td></tr></table></div>")



document.write("<div id='Layer3_1' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_platinum.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>Platinum Privileges</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_escapades.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>Escapades</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_dining.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>Dining Temptations</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_gift.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>Gift Ideas</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_beauty.htm')     style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>Health & Beauty</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('promotions_details.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>More Deals</td></tr></table></div>")



//Menu4

document.write("<div id='Layer4' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';ShowDiv('Layer4_1',this);HideExcept('Layer4','Layer4_1') onClick=Goto('eclub_cliknpay.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >Online Services</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';ShowDiv('Layer4_2',this);HideExcept('Layer4','Layer4_2') onClick=Goto('#')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>Mobile Services</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';ShowDiv('Layer4_3',this);HideExcept('Layer4','Layer4_3') onClick=Goto('#')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='menutxt'>3D-Secure Services</td></tr></table></div>")


document.write("<div id='Layer4_1' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write(" <tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_cliknpay.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='submenutxt'>CLIK'n PAY</td></tr>")
document.write(" <tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_cliknshop.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='submenutxt'>CLIK'n SHOP</td></tr>")
document.write(" <tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_cliknserve.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='submenutxt'>CLIK'n SERVE</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_cliknadvertise.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>CLIK'n ADVERTISE</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_member.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>MEMBER Get MEMBER</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_FPX.htm')   onmouseout=this.className='submenutxt'>FPX</td></tr></table></div>")


document.write("<div id='Layer4_2' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")

document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_mobilempay.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>mPAY</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_mobilemreload.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>mRELOAD</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('eclub_mobilembilpay.htm')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>mBILLPAY</td></tr></table></div>")


document.write("<div id='Layer4_3' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")

document.write("<tr class='menutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('3d_secureservices.htm')  onmouseout=this.className='submenutxt'>MasterCard SecureCode &amp; VERIFIED by VISA</td></tr></table></div>")



//Menu5

document.write("<div id='Layer5' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' style='border-bottom:1px solid #ffffff;'  onClick=Goto1('https://www.mbfcards.com/cp/jsp/index.jsp') onmouseout=this.className='menutxt'>Corporate Payment</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o';ShowDiv('Layer5_1',this);HideExcept('Layer4','Layer4_3') onClick=Goto('#')  onmouseout=this.className='menutxt'>Credit Card Payment Convenience</td></tr></table></div>")

document.write("<div id='Layer5_1' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")

document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('PaymentConvenience_ambank.html')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>AmBank Line-of-Credit</td></tr>")
document.write("<tr class='submenutxt'><td height='15' class='submenutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('PaymentConvenience_mbfcard.html')  style='border-bottom:1px solid #ffffff;' onmouseout=this.className='submenutxt'>MBF Cards Line-of-Credit</td></tr></table></div>")

//Menu6

document.write("<div id='Layer6' style='position:absolute; left:10px; top:50px; width:170px; z-index:1;visibility:hidden; background-color: #ffffff; layer-background-color: #ffffff; border: 1px none #ffffff;' onMouseOver='StopTimer(this.id)' onMouseOut='StartTimer(this.id)'>")
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='0' style='cursor:pointer;cursor:hand;border:#e1e7f3 1px solid;' bgcolor='#f3f8fc'>  <tr class='menutxt'> ")
document.write("<td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto('merchants_info.htm') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt' >Merchant Services Info</td></tr>")
document.write(" <tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto1('https://www.mbfcards.com/mbp/jsp/index.jsp') style='border-bottom:1px solid #ffffff;'  onmouseout=this.className='menutxt'>Merchant Login</td></tr>")
document.write("<tr class='menutxt'><td height='15' class='menutxt' onMouseOver=this.className='menutxt_o' onClick=Goto1('https://www.mbfcards.com/webftp/jsp/index.jsp')   onmouseout=this.className='menutxt'>Secured Ftp</td></tr></table></div>")

TheDivs=window.document.getElementsByTagName('Div')


function showPorduct(theHref)
{
	if(theHref!="0")
	document.location=theHref
}
function mbfcards()
{
 var url = document.forms[0].group.options[document.forms[0].group.selectedIndex].value;
 window.location.href = url;
}
function mbfcards1()
{
 var url = document.forms[0].group1.options[document.forms[0].group1.selectedIndex].value;
 window.location.href = url;
}

function mbfcards2()
{
	var valurl 	= document.forms[0].group2.options[document.forms[0].group2.selectedIndex].value;
	var myArray = valurl.split(',');
	var url		=	myArray[0];
	var target	=	myArray[1];
//alert(url)
  //window.open(url,"","");
	var name = confirm("You are now leaving the MBF Cards website and entering a third party website. \n\nAny information you may provide on the third party website shall be subject to the confidentiality and security terms of such website and not the privacy policies of MBF Cards, and MBF Cards shall not bear any responsibility for any unauthorised disclosure or breach of confidentiality in relation to such information provided. \n\nIn addition any link to a third party website contained herein does not constitute an endorsement by MBF Cards of such third party, their website or their products and/or services, and MBF Cards also makes no warranties as to the content of such website.\n\n Would you like to continue?")
	if (name == true)
	{
		window.open(url,'NewWinDow', "");
		return;

	}
	else
	{
		return ;
	}
 }


function loadExt(obj)
{
	var url		=	obj;

	//var url = document.forms[0].group2.options[document.forms[0].group2.selectedIndex].value;
//alert(url)
  //window.open(url,"","");


		var name = confirm("You are now leaving the MBF Cards website and entering a third party website. \n\nAny information you may provide on the third party website shall be subject to the confidentiality and security terms of such website and not the privacy policies of MBF Cards, and MBF Cards shall not bear any responsibility for any unauthorised disclosure or breach of confidentiality in relation to such information provided. \n\nIn addition any link to a third party website contained herein does not constitute an endorsement by MBF Cards of such third party, their website or their products and/or services, and MBF Cards also makes no warranties as to the content of such website.\n\n Would you like to continue?")
		if (name == true)
		{
			//window.location.href = obj;
			window.open(url,'NewWinDow', "");
			return;

		}
		else
		{
			return ;
		}

 }

