sec_path = "https://www.maybank2u.com.my/mbb/scripts/";
sec_jpath = "https://www.maybank2u.com.my/mbb/bv_java/";
base_path = "http://www.maybank2u.com.my/";
sec_base = "https://www.maybank2u.com.my"
sec_loan = "https://www.maybank2u.com.my/mbb/";

//maybank helpdesk no (mhn)
var mhn_domestic = "1-300-88-6688";
var mhn_overseas = "603-7844 3696";
var mhn_mccc = "Maybank Group Customer Care";

function setpath(path) {
new_path = base_path + path;
return new_path;
}

function secpath(path) {
new_path = sec_path + path;
return new_path;
}

function security_msg()
{
//	document.writeln("<p class=security>&nbsp;</b></p>")
	document.write("<p class=passage><b>&nbsp;&nbsp;<font color=red>IMPORTANT NOTICE</font><BR>")
//	document.write("&nbsp;&nbsp;&#149; <a href=# onclick=\"window.open(base_path+'alert.html','alert','scrollbars=yes,status=no,toolbar=no,personalbar=no,menubar=no,locationbar=no,resizable=yes,width=560,height=480,top=60,left=100')\">Change Password</a><BR>")
//	document.write("&nbsp;&nbsp;&#149; <a href=# onclick=\"window.open(base_path+'online_security_watch/fraud_email.html','fraud_email','scrollbars=1,status=1,resizable=0,width=500,height=390,top=80,left=100')\">Maybank Alerts Online Customers of Fraudulent Email (15/9/06)</a><BR>")
//	document.write("&nbsp;&nbsp;&#149; <a href=# onclick=\"window.open(base_path+'online_security_watch/fraud_email2.html','fraud_email2','scrollbars=1,status=1,resizable=0,width=560,height=450,top=20,left=80')\">Maybank Alerts Customers of Latest Phishing Email (16/11/06)</a><BR>")
//	document.write("&nbsp;&nbsp;&#149; <a href='"+base_path+"online_security_watch/phishing_web_site.shtml' target='_blank'>Security Alert: Do not click on this phishing website 18/12/07</a><BR>")
	document.write("&nbsp;&nbsp;Please do not login via email links<BR>")
	document.write("</b>&nbsp;&nbsp;<span class=\"note\">Please <a href='"+base_path+"site_functions/contact_us/feedback_phishing.html' target='_blank'>notify us</a> of any Maybank2u.com \"phishing\" website</span><BR><B>")
	//document.write("&nbsp;&nbsp;&#149; <a href='"+base_path+"security_alert.html#only7' target='_blank'>How to Authenticate this website?</a><BR>")
	//document.write("&nbsp;&nbsp;&#149; <a href=# onclick=\"window.open(base_path+'security_alert.html','security_alert','scrollbars=yes,status=0,toolbar=no,personalbar=no,menubar=no,locationbar=no,resizable=no, width=510, height=350,top=100,left=70')\">Security Tips!</a><BR>")
	document.writeln("</b></p>")
}

function logout_msg()
{
	document.writeln("<table border='1' cellspacing='0' cellpadding='5' bgcolor='#fecc00'>")
	document.writeln("<tr>")
	document.writeln("<td align='center'><FONT SIZE='2' FACE='Arial, Helvetica, sans-serif'><b>Maybank Group<br>Customer Satisfaction Survey 2004<br>")
	document.writeln("<a href=# onclick=\"window.open(base_path+'/survey/survey2004.html','survey','scrollbars=no,status=no,toolbar=no,personalbar=no,menubar=no,locationbar=no,resizable=no,width=550,height=320,top=100,left=100')\">")
	document.writeln("Click here to participate</a></font></td></tr>")
	document.writeln("</table>")
}

