function openform_e(theURL) {
	window.open('https://www.dahsing.com/eBank/ApplyFormInput/eBank.wl?lang=0&sourceCode='+theURL,'','status=yes,scrollbars=yes,width=727,height=710,top=0,left=0');
}

function openform_c(theURL) {
	window.open('https://www.dahsing.com/eBank/ApplyFormInput/eBank.wl?lang=1&sourceCode='+theURL,'','status=yes,scrollbars=yes,width=727,height=710,top=0,left=0');
}

function loginWindow(destination)
{
	if (destination=="login_dor_kid_c")
window.open("https://www.mevas.com/rkid/public/010101.jsp?locale=c", "rkid", "top=0,left=0,Height=600,Width=815,location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no");

if (destination=="login_dor_kid_e")
window.open("https://www.mevas.com/rkid/public/010101.jsp?locale=e", "rkid", "top=0,left=0,Height=600,Width=815,location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no");

}

// JavaScript Document
function FuncShowHide(elem){
      
      if (document.getElementById(elem).style.display == document.getElementById('trX').style.display){
         document.getElementById(elem).style.display = "none";
      } else {
         document.getElementById(elem).style.display = document.getElementById('trX').style.display
      }
}
function FuncHide(elem){
		 document.getElementById(elem).style.display = "none";
}
function FuncShow(elem){
		 document.getElementById(elem).style.display = "";
}


