﻿

function bib_logonreg(type,lang)
{
var sc=false;
var d=new String(parent.document.location.host);
	var re = /sc.hangseng.com/i;
	if (re.test(d)) { 		//detect simplified chinese
		sc=true;
		lang="schi" ;
	}
	
if (type=="bib_logon")
  {
    if (lang == "eng")
	  {
	  window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=en','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
	   }
	 if ( lang == "chi")
       {
	   window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=zh_HK','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
        }
     if (lang == "schi")	
        {
		 window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=zh_CN','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
         }		
	 
  
  }else if (type == "bib_register" ){
  
  if (lang == "eng")
	  {
	  window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=en','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
	   }
	 if ( lang == "chi")
       {
	   window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=zh_HK','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
        }
     if (lang == "schi")	
        {
		window.open('https://ebusiness.hangseng.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=zh_CN','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
         }	
  
  }
}



//UAT
/*
function bib_logonreg(type,lang)
{
var sc=false;
var d=new String(parent.document.location.host);
	var re = /sc.hangseng.com/i;
	if (re.test(d)) { 		//detect simplified chinese
		sc=true;
		lang="schi" ;
	}
if (type=="bib_logon")
  {
    if (lang == "eng")
	  {
	  window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=en','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
	   }
	 if ( lang == "chi")
       {
	   window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=zh_HK','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
        }
     if (lang == "schi")	
        {
		 window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=b2g.hase.launching&__targetLocale=zh_CN','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=1');
				
         }		
	 
  
  }else if (type == "bib_register" ){
  
  if (lang == "eng")
	  {
	  window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=en','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
	   }
	 if ( lang == "chi")
       {
	   window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=zh_HK','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
        }
     if (lang == "schi")	
        {
		window.open('https://www.ap055.p2g.netd.hsbc.com/1/2/?idv_cmd=idv.Authentication&nextPage=B2G_CAM40_BIB_PREREGISTRATION&start=start&action=registration&__locale=zh_CN','haseb2gmain','top=5,left=5,width=800,height=600,scrollbars=1,status=1,resizable=yes');
				
         }	
  
  }
}

*/
