var secure_server_url = "http://172.31.2.115"

function GoPdtCatalogue(){
	if (parent.main!=null){		
		if (top!=null)
			parent.main.location.href="/pdtInfo.asp?sid="+top.strSessionID;	
		else
			parent.main.location.href="/pdtInfo.asp";	
	}	
}//GoPdtCatalogue

function cmdCollect_onclick(formObject,pdtID) {
	if(formObject==null || pdtID==null) return;
	formObject.txtCollect.value=pdtID;
	formObject.txtUserID.value= top.strUserID;
	formObject.txtSessionID.value= top.strSessionID;
	formObject.submit();
}

function viewBalPoint(){
	parent.main.location.href="/account/pointbal.asp?sid=" + top.strSessionID;
}

function GoSitemap(){
	parent.main.location.href="/sitemap.asp?sid=" + top.strSessionID+"&paymentScheme="+top.strPaymentScheme;
}

function GoPdtSection(secName){
	parent.main.location.href="/pdtInfo.asp?sid=" + top.strSessionID + "#"+secName;
}

function viewShoppingCart(){
	parent.main.location.href="/cart.asp?sid=" + top.strSessionID;
}

function greeting(){
	var nameDiv = document.getElementById("NameDiv");	
	if (nameDiv!=null){
		var sName = top.ContactName;		
		if (sName!=null && sName.length > 0)			
			nameDiv.innerHTML = "<span class=welcomeTxt>Welcome,</span> <span class=dptxtblue2bold>" + sName + "</span>";
	}
}//greeting

function logoutUser(){	
	if(top.strSessionID!=null && top.strUserID !=null){
		top.location="/logout.asp?SessionID=" + top.strSessionID + "&UserID=" + top.strUserID;
	}else{
		parent.location.href = "/index.asp";
	}
}//logoutUser

//Chat Decomissioned on 01-06-2008 by Nirenj George (IT JR 3026 by Ember)
//var chatwindow=null;
//function LoginChat(){	
//	var myurl ="http://message.questnet.sg/chat/QuestlineChat.asp?uid=" + top.strUserID + "&sid=" + top.strSessionID;
	//var myurl ="http://dev.questnet.sg/chat/QuestlineChat.asp?uid=" + top.strUserID + "&sid=" + top.strSessionID;
	
//	var myfeatures = "";
//	if (chatwindow != null ) {
//		if (!chatwindow.closed){
//			chatwindow.focus;
//			return;
//		}
//	}
//	if (navigator.appName=="Netscape"){
//			myfeatures ="width=505,height=510,top=0,left=0";	
//			chatwindow = window.open(myurl,"QuestlineChat",myfeatures);
//	}else {
//		myfeatures ="Width=505px; Height=510px; Top=57px; scroll: No ;Left=99px; edge: Raised; center: Yes; resizable: yes; status: No;"	
//		chatwindow = window.open(myurl,"QuestlineChat",myfeatures);
//	}
//}//LoginChat


function GoHome(){
	if (parent.main!=null){
		if (!chkSessionExpired(0))
			parent.main.location.href="/homeMain.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&accessMode="+top.strAccessMode;
		else
			parent.location.href = "/index.asp";
	}else {
	    location.href = "/index.asp"; 
	}
	   		
}//GoHome


function Win(){
	if (parent.main!=null){
		if (!chkSessionExpired(0))
			parent.main.location.href="/survey2005.asp?src=c&gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&accessMode="+top.strAccessMode;
		else
			parent.location.href = "/index.asp";
	}//if		
}//GoHome

function WinEx(){	
	if (parent.opener!=null){		
		opener.parent.main.location.href="/survey2005.asp?src=c&gprf="+opener.top.intPackageProfile+"&sid="+opener.top.strSessionID+"&accessMode="+opener.top.strAccessMode;		
	}//if		
}//GoHome







function GoManageAcc(){
	if (parent.main!=null){
		if (!chkSessionExpired(1))
			parent.main.location.href="/account/myAccount.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&accessMode="+top.strAccessMode+"&paymentScheme="+top.strPaymentScheme+"&userProf="+top.intUserProfile;	
	}//if		
}//GoManageAcc

function GoCustServ(){
	if (parent.main!=null){		
			parent.main.location.href="/cs.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&accessMode="+top.strAccessMode+"&paymentScheme="+top.strPaymentScheme+"&userProf="+top.intUserProfile;	
	}//if		
}//GoManageAcc

function GoManageAccessMode(){
	if (parent.main!=null){
		if (!chkSessionExpired(1))
			parent.main.location.href="/accessModeMgmt.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme;
	}
}//GoManageAcc

function GoReqServices(){
	if (parent.main!=null){
			parent.main.location.href="/ReqServices.asp?sid="+top.strSessionID;
	}
}//GoManageAcc

function GoProduct(pdtCode){
	if (parent.main==null)return;	
	if (chkSessionExpired(1))return;
	var sURL;
	switch(pdtCode){
		case "INS":
			sURL = "/INS.asp?sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;				
		break;
		case "LCR":
			sURL = "/FLH/LCR.asp?PdtCode=LCR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		case "ACR":
			sURL = "/FLH/LCR.asp?PdtCode=ACR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		
		case "ALIT":
			sURL = "/Lit.asp?PdtCode=ALIT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		
		case "DLIT":
			sURL = "/Lit.asp?PdtCode=DLIT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		
		case "PLIT":
			sURL = "/Lit.asp?PdtCode=PLIT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		
		case "STA":
			sURL = "/stats/index.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;
		
		case "OSR":
			sURL = "/overseaIndex.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		 
		case "MYS":
			sURL = "/overseaIndex.asp?srcPage=MYS&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case "RRS":
			sURL = "/RRS.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case "LMS":
			sURL = "/cmsNew/lms.asp?sid="+top.strSessionID;
		break;
		
		case "BWS":
			sURL = "/mns/bws.asp?rid=2&sid="+top.strSessionID;
		break;
		
		case "CMS":
			sURL = "/cmsNew/cmsmain.asp?sid="+top.strSessionID;			
		break;
		
		case "MWS":
			sURL = "/mws/index.asp?sid="+top.strSessionID;			
		break;
		
		/* SM Feb 22, 07 - to include FMS */
		case "FMS":
			sURL = "/cmsnew/fms_viewlist.asp?uid="+top.strUserID+"&sid="+top.strSessionID+"&gprf="+top.intPackageProfile
		break;
		
		case "CBS":
			sURL = "/crb/index.asp?gprf="+top.intPackageProfile+"&uid="+top.strUserID+"&sid="+top.strSessionID;			
		break;
		
		case "SCH":
			sURL = "/sch.asp?gprf="+top.intPackageProfile+"&uid="+top.strUserID+"&sid="+top.strSessionID;			
		break;
		//SzeSeng JR3344 20090317
		case "EAS1":
			sURL = "/EAlertMe/eas_step1.asp?sid="+top.strSessionID;			
		break;
		//SzeSeng JR3344 20090317
		//SzeSeng JR3540 20090428
		case "AEINS":
			sURL = "/ecs.asp?sid="+top.strSessionID;			
		break;
		//SzeSeng JR3540 20090428
		
		default:
		break;
	}//switch
	
	
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}
}//GoProduct

//Sonal Jan 23, 07 for Malaysia products
//EL JR5218 20110818 add type
//function GoMYS(pdtID){
function GoMYS(pdtID,type){
	if (parent.main==null)return;	
	if (chkSessionExpired(1))return;
	var sURL;
	
	switch(pdtID){
	//Malaysia Litigation
		case 126: 
		    //sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		    //EL JR5218 20110818
		    sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITN" + type + "&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		    //EL JR5218 END
		    break;
		case 127: 
			//sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITE&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			//EL JR5218 20110818
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITE" + type + "&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			//EL JR5218 END
			break;
		case 660:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=BKT&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		case 661:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=LQD&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		  break;
	    case 662:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=ACT&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		case 663:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=INS&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		//Malasysia  Credit Report
		case 116: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=FRN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		case 117: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=FRE&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		case 844: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=CRB&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		case 531:
			sURL = "/overseaIndex.asp?srcPage=MYS&Product=GFIN&Country=MYS&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
	}
	
	
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}	
}	

function GoOrderNow(pdtID){
	if (parent.main==null)return;
	//if (chkSession(1,"Please login in order to search."))return;
	if (chkSession(1,"Please login in to search. For new users, please click on 'Register Now For Free'"))return;
	var sURL;
	switch(pdtID){
		case 1: //EIS
			sURL ="/eis.asp?pdtCode=EIS&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;	
		
		case 6: //INS
			sURL = "/INS.asp?sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;	
		break;	 
		
		//SzeSeng JR3961 20091016
		//case 2: //ECS
		//case 90: //TCS
		//case 4://EINS
		////SzeSeng JR3464 20090302
		////SzeSeng JR3834 20090826
		////case 782://ETCS
		//case 824://TCSG
		////SzeSeng JR3834 20090826
		////SzeSeng JR3464 20090302
		////SzeSeng JR3540 20090428
		//case 807://AEINS
		////SzeSeng JR3540 20090428		
		//	sURL = "/ecs.asp?sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		//break;			
		case 2: //ECS
		case 4://EINS
			sURL = "/ecs.asp?PdtCode=EINS&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;			
		case 90: //TCS
			sURL = "/ecs.asp?PdtCode=TCS&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;
		case 824://TCSG
			sURL = "/ecs.asp?PdtCode=TCS&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;
		case 807://AEINS
			sURL = "/ecs.asp?PdtCode=AINS&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;
		case 827://CSR
			sURL = "/ecs.asp?PdtCode=CSR&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;		
		case 829://ECSR
			sURL = "/ecs.asp?PdtCode=ECSR&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&gprf="+top.intPackageProfile;
		break;			
		//SzeSeng JR3961 20091016
		
		//Local Credit report
		case 81: 
		case 521:
		case 178:
		case 749: //JR5507 YMX 11/10/2011
			sURL = "/FLH/LCR.asp?PdtCode=LCR&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;				
		break;		
		
		//Offline Searched or Other searches
		case 172: 
		case 366:
		case 71:
			sURL ="/ols.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&ContactID="+top.ContactID;;			
		break;
		
		case 42://TIC
			sURL ="/eis.asp?pdtCode=TIC&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 30://PPI
			sURL ="/eis.asp?pdtCode=PPI&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 777://IBS Nirenj JR3494 130309
			sURL ="/eis.asp?pdtCode=IBS&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		//RRS
		case 533:
		case 534:
		case 535:
		case 536:
		case 537:		
			sURL ="/RRS.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID+"&gprf="+top.intPackageProfile;
		break;
		
		case 15: //Quickskip
		case 73:
		case 74:
			sURL ="/qs.asp?gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break; 
		
		//Litigation
		case 5: //DLIT
			sURL ="/lit.asp?pdtCode=DLIT&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break; 
		case 8: //PLIT
			sURL ="/lit.asp?pdtCode=PLIT&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		case 17: //ALIT
			sURL ="/lit.asp?pdtCode=ALIT&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 460://WSSA
			sURL ="/lit.asp?pdtCode=WSSA&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 33://WSSD
			sURL ="/lit.asp?pdtCode=WSSD&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 32://WSSP
			sURL ="/lit.asp?pdtCode=WSSP&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
				
		case 461://JMA
			sURL ="/lit.asp?pdtCode=JMA&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 31://JMD
			sURL ="/lit.asp?pdtCode=JMD&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 69://JMP
			sURL ="/lit.asp?pdtCode=JMP&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 438://JMP
			sURL ="/lit.asp?pdtCode=BKP&sBy=Case&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 642://JMP
			sURL ="/lit.asp?pdtCode=BKP&sBy=ID&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 12: //EPS
			sURL ="/eps.asp?pdtCode=EPS&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 19: //LTS
			sURL ="/eps.asp?pdtCode=LTS&gprf="+top.intPackageProfile+"&sid="+top.strSessionID;
		break;
		
		case 18: //IAS
		case 22:			
			sURL ="/ias.asp?pdtCode=IAS&gprf="+top.intPackageProfile+"&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode;
		break;
		
		
		//Financial	
		case 418: //FINN
		case 24:			
			sURL ="/fin.asp?pdtCode=FINN&sid="+top.strSessionID+"&gprf="+top.intPackageProfile;
		break;
		
		case 417://FINO
			sURL ="/fin.asp?pdtCode=FINO&sid="+top.strSessionID+"&gprf="+top.intPackageProfile;
		break;
		
		case 28://FINH
			sURL ="/fin.asp?pdtCode=FINH&sid="+top.strSessionID+"&gprf="+top.intPackageProfile;
		break;
		
		case 13://FPA
			sURL ="/fin.asp?pdtCode=FPA&sid="+top.strSessionID+"&gprf="+top.intPackageProfile;
			break;

		//GFINO,GFINH,GFINA
		case 529:
		case 530:
		case 531:
			sURL = "/overseaIndex.asp?Product=GFIN&Country=&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
				
		//Australia Instant Extract - Current
		case 433://AUS
			sURL ="/overseaIndex.asp?Product=AUEXC&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Australia Instant Extract - Historical
		case 434://AUS
			sURL ="/overseaIndex.asp?Product=AUEXH&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Australia Normal Credit Report
		case 94: //AUS
		case 95: //AUS
			sURL ="/overseaIndex.asp?Product=FRN&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//SzeSeng JR3368&JR3370 20090205
		//Australia Litigation
		case 780://AUS
			sURL ="/overseaIndex.asp?Product=AUSLIT&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//SzeSeng JR3368&JR3370 20090205

		//SzeSeng JR5322 20110802
		//Australia Bankruptcy Search
		case 922://AUS
			sURL ="/overseaIndex.asp?Product=BKT&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//SzeSeng JR5322 20110802

		//JR5431 SaiZaw 20110917
		//Australia ROC search
		case 96://AUS
			sURL ="/overseaIndex.asp?Product=INN&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//JR5431 SaiZaw 20110917
		
		//JR4819 SaiZaw 20101111
		//Australia Total Individual Check
		case 785://AUS
			sURL ="/overseaIndex.asp?Product=TIC&Country=AUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//JR4819 SaiZaw 20101111
		
		//Bahrain Normal Credit Report
		case 713: //BHR
		case 714: //BHR
			sURL ="/overseaIndex.asp?Product=FRN&Country=BHR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case 538: //Bangladesh
			sURL ="/overseaIndex.asp?Product=FRN&Country=BDG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;		
		
		case 539: //Belgium
		case 540: //Belgium
			sURL ="/overseaIndex.asp?Product=FRN&Country=BEL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;	
		case 871: //Belgium Credit Bureau Report
			sURL ="/overseaIndex.asp?Product=CBR&Country=BEL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case 541: //Brunei		
			sURL ="/overseaIndex.asp?Product=FRN&Country=BRN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Canada Normal Credit Report
		case 694: //CAN
		case 695: //CAN
			sURL ="/overseaIndex.asp?Product=FRN&Country=CAN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//China ROC
		case 401: 
		case 402: 
			sURL ="/overseaIndex.asp?Product=INN&Country=CHN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//China Credit Report
		case 100: 
		case 101: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=CHN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//China EMP		
		case 894: 
			sURL ="/overseaIndex.asp?Product=EMP&Country=CHN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//China TIC		
		case 895: 
			sURL ="/overseaIndex.asp?Product=TIC&Country=CHN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		
		//CYPRUS Normal Credit Report
		case 696: //CYP
		case 697: //CYP
			sURL ="/overseaIndex.asp?Product=FRN&Country=CYP&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
				
		//Denmark Credit Report
		case 542: 
		case 543: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=DNK&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 872:   //Denmark Credit Bureau Report
			sURL ="/overseaIndex.asp?Product=CBR&Country=DNK&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//EGYPT Normal Credit Report
		case 715: //EGY
		case 716: //EGY
			sURL ="/overseaIndex.asp?Product=FRN&Country=EGY&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//France Credit Report
		case 360: 
		case 361: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=FRA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 873: 
			sURL ="/overseaIndex.asp?Product=CBR&Country=FRA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Germany Credit Report
		case 544: 
		case 545: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=DEU&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
        case 874: 
			sURL ="/overseaIndex.asp?Product=CBR&Country=DEU&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;			
	
		//Hong Kong ROC
		case 104: 
		case 105: 
			sURL ="/overseaIndex.asp?Product=INN&Country=HKG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Hong Kong  Credit Report
		case 102: 
		case 103: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=HKG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Hong Kong LIT
		case 768: 
			sURL ="/overseaIndex.asp?Product=LIT&Country=HKG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Hong Kong Total Individual Check
		case 831: //JR4-276 SaiZaw 20100427
			sURL ="/overseaIndex.asp?Product=TIC&Country=HKG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//India  Credit Report
		case 106: 
		case 107: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=IND&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		// SM - Oct 30, 06
		//India  ROC Search
		case 654: 
		case 655: 
			sURL ="/overseaIndex.asp?Product=INN&Country=IND&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Indonesia  Credit Report
		case 108: 
		case 109: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=IDN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Indonesia  ROC
		case 111: 
		case 110: 			
			sURL ="/overseaIndex.asp?Product=INN&Country=IDN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		
		//Indonesia  TIC		
		case 896: 			
			sURL ="/overseaIndex.asp?Product=TIC&Country=IDN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
			
		//Iran  Credit Report
		case 698: 
		case 699: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=IRN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		
		//Ireland  Credit Report
		case 700: 
		case 701: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=IRL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		case 875: 			
			sURL ="/overseaIndex.asp?Product=CBR&Country=IRL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		
		//Israel  Credit Report
		case 717: 
		case 718: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=ISR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		
			
		//Italy  Credit Report
		case 546: 
		case 547: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=ITA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 876: 
			sURL ="/overseaIndex.asp?Product=CBR&Country=ITA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Japan  Credit Report
		case 112: 
		case 113: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=JPN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Japan  ROC Search		
		case 853: 
			sURL ="/overseaIndex.asp?Product=INN&Country=JPN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Jordan  Credit Report
		case 719: 
		case 720: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=JOR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
			
		//Kenya  Credit Report
		case 702: 
		case 703: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=KEN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		
		//Korea  Credit Report
		case 114: 
		case 115: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=KOR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;

		/* Korea ROC Search */
		case 586:
			sURL ="/overseaIndex.asp?Product=INN&Country=KOR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* End */
		
		//Kuwait  Credit Report
		case 721: 
		case 722: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=KWT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
			
		//Macau  Credit Report
		case 731: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=MAC&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
			
		//Mexico  Credit Report
		case 704: 
		case 705: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=MEX&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	

		//Malaysia Litigation
		case 126: 
		case 127: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		    break;
		//SM 9 Jan 07 - MY products
		case 660:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=BKT&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		case 661:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=LQD&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		  break;
	    case 662:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=ACT&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		case 663:
		   sURL ="/overseaIndex.asp?srcPage=MYS&Product=INS&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		   break;
		//Malaysia Financials
		case 131: 
		case 130: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=ACN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Malaysia ROC Searches
		case 120: 
		case 121: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=INN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Malaysia ROC Searches + Financials
		case 123: 
		case 124: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=IFN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Malasysia  Credit Report
		case 116: 
		case 117: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=FRN&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//JR4819 SaiZaw 20101111
		//Malasysia  Total Individual Check	
		case 787: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=TIC&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//End JR4819
		
		//Netherlands  Credit Report
		case 150: 
		case 151: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=NLD&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 877: 
			sURL ="/overseaIndex.asp?Product=CBR&Country=NLD&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//New Zealand ROC Searches
		case 405: 
		case 406: 
			sURL ="/overseaIndex.asp?Product=INN&Country=NZL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//New Zealand  Credit Report
		case 134: 
		case 135: 
			sURL ="/overseaIndex.asp?Product=FRN&Country=NZL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Nigeria  Credit Report
		case 707: 
		case 708: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=NGA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
			
		//Norway  Credit Report
		case 709: 
		case 710: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=NOR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
        case 878: 			
			sURL ="/overseaIndex.asp?Product=CBR&Country=NOR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;			
		
		//Pakistan Credit Report
		case 548: 		
			sURL ="/overseaIndex.asp?Product=FRN&Country=PAK&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//PHILIPPINES  Credit Report
		case 136:
		case 137: 		 		
			sURL ="/overseaIndex.asp?Product=FRN&Country=PHL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		/* Phillippines ROC Search */
		case 587:
			sURL ="/overseaIndex.asp?Product=INN&Country=PHL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* End */

		/* Phillippines TIC */
		case 924:
			sURL ="/overseaIndex.asp?Product=TIC&Country=PHL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* End */
		
		//RUSSIA  Credit Report
		case 549:
		case 550:  		
			sURL ="/overseaIndex.asp?Product=FRN&Country=RUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Saudi Arabia  Credit Report
		case 723: 
		case 724: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=SAU&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;		
			
		//South Africa Report
		case 711: 
		case 712: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=ZAF&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;			
		
		//SPAIN  Credit Report
		case 551:
		case 552:  		
			sURL ="/overseaIndex.asp?Product=FRN&Country=ESP&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 880:  		
			sURL ="/overseaIndex.asp?Product=CBR&Country=ESP&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Sri Lanka  Credit Report
		case 553:		
			sURL ="/overseaIndex.asp?Product=FRN&Country=LKA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Sweden  Credit Report
		case 554:
		case 555:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=SWE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 881:				
			sURL ="/overseaIndex.asp?Product=CBR&Country=SWE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Switzerland  Credit Report
		case 556:
		case 557:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=CHE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
        case 882:				
			sURL ="/overseaIndex.asp?Product=CBR&Country=CHE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Syria  Credit Report
		case 725:
		case 726:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=SYR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;

		//Taiwan  Credit Report
		case 138:
		case 139:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=TWN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		/* Taiwan ROC Search */
		case 588:
			sURL ="/overseaIndex.asp?Product=INN&Country=TWN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case 589:
			sURL ="/overseaIndex.asp?Product=INE&Country=TWN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* End */			
		
		//Thailand ROC
		case 142:
		case 143:				
			sURL ="/overseaIndex.asp?Product=INN&Country=THA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//Thailand  Credit Report
		case 140:
		case 141:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=THA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//UAE  Credit Report
		case 560:
		case 561:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=ARE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case 399:
			sURL ="/overseaIndex.asp?Product=UKBIZ&Country=GBR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;
		
		//UK  Credit Report
		case 148:
		case 149:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=GBR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		//US  Credit Report
		case 144:
		case 145:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=USA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
			
		//SzeSeng JR3368 20090205
		// USA Credit Bureau Report
		case 781:				
			sURL ="/overseaIndex.asp?Product=CBR&Country=USA&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		//SzeSeng JR3368 20090205
		
		//Vietnam  Credit Report
		case 146:
		case 147:
			sURL ="/overseaIndex.asp?Product=FRN&Country=VNM&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;		
		
		//Vietnam  ROC Report
		case 783:
			sURL ="/overseaIndex.asp?Product=INN&Country=VNM&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;		
		break;
		
		//Yemen  Credit Report
		case 727:
		case 728:				
			sURL ="/overseaIndex.asp?Product=FRN&Country=YEM&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		
		case 152: //S1k SME publication
		case 154: //S1k SME publication
		case 155: //S1k SME publication
			//sURL= "/pub.asp?pdtCode=S1KBK&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&uid="+top.strUserID;
			sURL = "http://www.dpgroup.com.sg/s1000/Store/Default.aspx"
		break;
				
		case 522: //Singapore corporate family tree
			//sURL= "/pub.asp?pdtCode=S1KCFTBK&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&uid="+top.strUserID;
			sURL = "http://www.dpgroup.com.sg/s1000/Store/Default.aspx"
		break;
		
		case 393: //Malaysia 1000
			//sURL= "/pub.asp?pdtCode=MY1000&sid="+top.strSessionID+"&gprf="+top.intPackageProfile+"&uid="+top.strUserID;
			sURL = "http://www.dpgroup.com.sg/s1000/Store/Default.aspx"
		break;

		
		/* Austria Full Report */
		case 592:
			sURL ="/overseaIndex.asp?Product=FRN&Country=AUT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 593:
			sURL ="/overseaIndex.asp?Product=FRE&Country=AUT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 870:
			sURL ="/overseaIndex.asp?Product=CBR&Country=AUT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Austria Full Report */

		/* Bosnia & Herzegovina Full Report */
		case 594:
			sURL ="/overseaIndex.asp?Product=FRN&Country=BIH&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 595:
			sURL ="/overseaIndex.asp?Product=FRE&Country=BIH&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Bosnia & Herzegovina Full Report */

		/* Bulgaria Full Report */
		case 596:
			sURL ="/overseaIndex.asp?Product=FRN&Country=BGR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 597:
			sURL ="/overseaIndex.asp?Product=FRE&Country=BGR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Bulgaria Full Report */

		/* Croatia Full Report */
		case 598:
			sURL ="/overseaIndex.asp?Product=FRN&Country=CRO&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 599:
			sURL ="/overseaIndex.asp?Product=FRE&Country=CRO&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Coratia Full Report */

		/* Czech Republic Full Report */
		case 600:
			sURL ="/overseaIndex.asp?Product=FRN&Country=CZE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 601:
			sURL ="/overseaIndex.asp?Product=FRE&Country=CZE&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Czech Republic Full Report */

		/* Greece Full Report */
		case 602:
			sURL ="/overseaIndex.asp?Product=FRN&Country=GRC&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 624:
			sURL ="/overseaIndex.asp?Product=FRE&Country=GRC&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Greece Full Report */

		/* Hungary Full Report */
		case 605:
			sURL ="/overseaIndex.asp?Product=FRN&Country=HUN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 604:
			sURL ="/overseaIndex.asp?Product=FRE&Country=HUN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Hungary Full Report */

		/* Iceland Full Report */
		case 607:
			sURL ="/overseaIndex.asp?Product=FRN&Country=ISL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 606:
			sURL ="/overseaIndex.asp?Product=FRE&Country=ISL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Iceland Full Report */

		/* Macedonia Full Report */
		case 608:
			sURL ="/overseaIndex.asp?Product=FRN&Country=MKD&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 609:
			sURL ="/overseaIndex.asp?Product=FRE&Country=MKD&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Macedonia Full Report */

		/* Malta Full Report */
		case 610:
			sURL ="/overseaIndex.asp?Product=FRN&Country=MLT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break; 
		case 611:
			sURL ="/overseaIndex.asp?Product=FRE&Country=MLT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break; 
		/* end Malta Full Report */

		/* Portugal Full Report */
		case 612:
			sURL ="/overseaIndex.asp?Product=FRN&Country=PRT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 613:
			sURL ="/overseaIndex.asp?Product=FRE&Country=PRT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 879:
			sURL ="/overseaIndex.asp?Product=CBR&Country=PRT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Portugal Full Report */

		/* Romania Full Report */
		case 614:
			sURL ="/overseaIndex.asp?Product=FRN&Country=ROU&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 615:
			sURL ="/overseaIndex.asp?Product=FRE&Country=ROU&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Romania Full Report */

		/* Serbia & Montenegro Full Report */
		case 616:
			sURL ="/overseaIndex.asp?Product=FRN&Country=YUG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 617:
			sURL ="/overseaIndex.asp?Product=FRE&Country=YUG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Serbia & Montenegro Full Report */

		/* Slovakia Full Report */
		case 618:
			sURL ="/overseaIndex.asp?Product=FRN&Country=SVK&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 619:
			sURL ="/overseaIndex.asp?Product=FRE&Country=SVK&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Slovakia Full Report */

		/* Slovenia Full Report */
		case 620:
			sURL ="/overseaIndex.asp?Product=FRN&Country=SVN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
	 	break;
		case 621:
			sURL ="/overseaIndex.asp?Product=FRE&Country=SVN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Slovenia Full Report */

		/* Turkey Full Report */
		case 622:
			sURL ="/overseaIndex.asp?Product=FRN&Country=TUR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		case 623:
			sURL ="/overseaIndex.asp?Product=FRE&Country=TUR&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		break;
		/* end Turkey Full Report */

		/* iRawan JR#3753 FIC Sep 1, 2009 */
		case 826:
			sURL ="/fic.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID+"&PdtCode=FIC";
		break;
		/* JR5533 20111017 FCC */
		case 854:
			sURL ="/fic.asp?sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID+"&PdtCode=FCC";
		break;
		//SzeSeng JR5115 20110408
		case 380: 
		case 381: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=POL&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 888: 
		case 889: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=BHS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 890: 
		case 891: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=VGB&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 892: 
		case 893: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=CNI&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 897: 
		case 898: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=MUS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 899: 
		case 900: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=OMN&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 901: 
		case 902: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=PNG&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		case 903: 
		case 904: 			
			sURL ="/overseaIndex.asp?Product=FRN&Country=QAT&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
			break;	
		//SzeSeng JR5115 20110408
		
		default:
		break;
	}//switch
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}
}//GoProduct


function GoPdtInfo(pdtID){
	if (parent.main==null)return;	
	var sURL="/pdtInfo.asp?sid="+top.strSessionID+"#" + pdtID;		
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}	
}//GoPdtInfo



function ReqAppt(pdtID){
	if (parent.main==null)return;
	var sURL="";	
	sURL = "/ReqServices.asp?pdtid="+pdtID+"&pdt=pdtService";
	
	if(sURL!=null && sURL.length > 0)
		parent.main.location.href= sURL;
	
}//ReqAppt


function ViewSample(pdtID,packagecode){
    //SM May 02, 2007 - to disable samples
    /*alert('Samples are not available \n Please contact our customer service at 6738 1900');
    return;*/

	if (parent.main==null)return;
	var sURL="";

	if (chkSessionExpired(0) || top.IsNormalPack==1 || packagecode == 'NORM' || packagecode == 'DMST'){
		sURL="/ReqProductSamples.asp?PdtId=" + pdtID + "&sid=" + top.strSessionID;
		parent.main.location.href= sURL;	
	}else{ //GoToView sample
		switch(pdtID){
			case 6: //INS
				sURL = "/samples/INS";				
				break;	 
		
			case 2: //ECS
				sURL = "/samples/ecs";
				sURL = getSampleName(sURL,packagecode);
				break;
				
			case 90: //TCS
				sURL = "/samples/tcs";
				sURL = getSampleName(sURL,packagecode);
				break;
			//SzeSeng JR3464 20090303
			//SzeSeng JR3834 20090826
			//case 782: //ETCS
			//	sURL = "/samples/etcs";
			//	sURL = getSampleName(sURL,packagecode);
			//	break;
			case 824: //ETCS
				sURL = "/samples/tcsg";
				sURL = getSampleName(sURL,packagecode);
				break;
			//SzeSeng JR3834 20090826
			//SzeSeng JR3464 20090303

			case 4://EINS
				sURL = "/samples/eins";
				sURL = getSampleName(sURL,packagecode);
				break;
			//SzeSeng JR3464 20090302
			//case 782://ETCS
			//	sURL = "/samples/etcs";
			//	sURL = getSampleName(sURL,packagecode);
			//	break;
			//SzeSeng JR3464 20090302		
			//Local Credit report
			case 81: //EXM (FRN) Change FRN to EXM, JR 4384, Nakarin
				sURL ="/samples/SGPEXM";
				break;
				
			case 521://FLH			
				sURL ="/samples/SGPFLH";
				break;
				
			case 1: //EIS
				sURL ="/samples/eis";
				sURL = getSampleName(sURL,packagecode);
				break;
			
			case 777: //IBS JR 3494 Nirenj 130309
				sURL ="/samples/IBS";
				sURL = getSampleName(sURL,packagecode);
				break;
						
			case 827: //SzeSeng JR3961
				sURL ="/samples/CSR";
				sURL = getSampleName(sURL,packagecode);
				break;

			case 829: //SzeSeng JR3961
				sURL ="/samples/ECSR";
				sURL = getSampleName(sURL,packagecode);
				break;

			case 42://TIC
				sURL ="/samples/TIC";				
				sURL = getSampleName(sURL,packagecode);
				break;
		
			case 30://PPI
				sURL ="/samples/PPI";				
				break;
		
			
			case 533: //RRS0
			case 534: //RRS1
				sURL ="/samples/RRS0";
				break;
			
			case 535: //RRSL1
				sURL ="/samples/RRSL1";
				break;
			case 536: //RRSL2
				sURL ="/samples/RRSL2";
				break;
			case 537: //RRSL3		
				sURL ="/samples/RRSL3";				
				break;
		
			case 15: //Quickskip
			case 73:
			case 74:
				sURL ="/samples/qs";				
				break; 
		
			//Litigation
			case 5: //DLIT
				sURL ="/samples/DLIT";	
				sURL = getSampleName(sURL,packagecode);
				break; 
				
			case 17: //ALIT
				sURL ="/samples/ALIT";	
				sURL = getSampleName(sURL,packagecode);
				break; 
				
			case 8: //PLIT
				sURL ="/samples/PLIT";
				sURL = getSampleName(sURL,packagecode);
				break; 
				
			case 460: //WSSA
				sURL ="/samples/WSSA";
				break;
				
			case 33: //WSSD
				sURL ="/samples/WSSD";
				break;
				
			case 32: //WSSD
				sURL ="/samples/WSSP";
				break;
			
			case 69://JMP
				sURL ="/samples/JMP";
				break;
				
			case 461://JMD
				sURL ="/samples/JMA";
				break;
				
			case 438:// BKPT
				sURL ="/samples/BKPT";
				sURL = getSampleName(sURL,packagecode); // Vincent - 2008-11-10
				break;
			
			case 642:// PBKPT/PBKPN
				sURL ="/samples/PBKPT";
				sURL = getSampleName(sURL,packagecode); // Vincent - 2008-11-10
				break;
				
			case 776: //Bankruptcy Order via SMS Guide
				sURL ="/samples/BankruptcySMS";
				break;
				
			case 31://JMD
				sURL ="/samples/JMD";
				break;
				
				
			case 12: //EPS
				sURL ="/samples/EPS";				
				break; 		
		
			case 19: //LTS
				sURL ="/samples/LTS";				
				break; 	
			
		
			case 417://FINO
				sURL ="/samples/FINO";
				break; 
		
			case 28://FINH
				sURL ="/samples/FINH";
				break;
			
			case 18: //IAS
			case 22:			
				sURL ="/samples/IAS";
			break;
				
			
			case 529: //GFINO
				sURL ="/samples/GFINO";
				break;
				
			case 530: //GFINH	
				sURL ="/samples/GFINH";
				break;
		
			
			//Monitoring Service
			case 51: //Schedule Court Hearing
				sURL ="/samples/sch";
				break;
				
			case 52: //LMS
				sURL ="/samples/LMS_L";
				break;
				
			case 455: //BWS
				sURL ="/samples/bws";
				break;
				
			case 454: //MWS
				sURL ="/samples/MWS";
				break;
				
			case 200: //CMS
				sURL ="/samples/CMS";
				break;
				
			case 444: //CBS
				sURL ="/samples/CBSC";
				break;
		
			//Australia Instant Extract - Current
			case 433://AUS
				sURL ="/samples/AUEXC";
				break;
		
			//Australia Instant Extract - Historical
			case 434://AUS
				sURL ="/samples/AUEXH";
				break;
		
			//Australia Normal Credit Report
			case 94: //AUS
			case 95: //AUS
				sURL ="/samples/AUSFRN";
				break;
		    //Australia ROC JR5431 SaiZaw 20110919
			case 96: //AUSINN
				sURL ="/samples/AUSINN";
				break;
			//End JR5431
			
			//SzeSeng JR3368 20090205
			//AUS Litigation
			case 780:				
				sURL ="/samples/AUSLIT";
				break;
			//SzeSeng JR3368 20090205

			//JR4819 SaiZaw 20101111
			//AUS Total Individual Check
			case 785:				
				sURL ="/samples/AUSTIC";
				break;
			//End JR4819
			
			//JR5322 SzeSeng 20110803
			//AUSBKT Australia Bankruptcy Search
			case 922:				
				sURL ="/samples/AUSBKT";
				break;
			//End JR5322 SzeSeng 20110803

			case 538: //Bangladesh
				sURL ="/samples/BGLFRN";
				break;		
		
			case 539: //Belgium
			case 540: //Belgium
				sURL ="/samples/BELFRN";
				break;	
		
			case 541: //Brunei		
				sURL ="/samples/BRUFRN";
				break;	

			case 694: //CAN
			case 695: //CAN
				sURL ="/samples/CANFRN";
				break;
			
			//China ROC 
			case 401: 
			case 402: 
				sURL ="/samples/CHNINN";
				break;
		
			//China Credit Report
			case 100: 
			case 101: 
				sURL ="/samples/CHNFRN";
				break;
		
		  //China Employment Check
			case 894:
			     sURL="/samples/CHNEMP";
				 break;
		    //China Total Individual Check
			case 895:
			     sURL="/samples/CHNTIC";
				 break;
				 
			//JR5624 SaiZaw 20111207
			case 696: //CYP
		    case 697: //CYP
		       sURL ="/samples/CYPFRN";
				break;
			//End JR5624	
			
			//Denmark Credit Report
			case 542: 
			case 543: 
				sURL ="/samples/DEMFRN";
				break;
				
			//Egypt Credit Report
			case 715: 
			case 716: 
				sURL ="/samples/EGYFRN";
				break;
		
			//France Credit Report
			case 360: 
			case 361: 
				sURL ="/samples/FRFRN";
				break;
		
			//Germany Credit Report
			case 544: 
			case 545: 
				sURL ="/samples/GERFRN";
				break;
		
			//Hong Kong ROC 
			case 104: 
			case 105: 
				sURL ="/samples/HKDINN";
				break;
		
			//Hong Kong  Credit Report
			case 102: 
			case 103: 
				sURL ="/samples/HKDFRN";
				break;
				
				//Hong Kong  ROC + LIT
			case 768: 
				sURL ="/samples/HKDLIT";
				break;
		
		    	//Hong Kong  Total Individual check
			case 831: 
				sURL ="/samples/HKDTIC";
				break;
				
			//India  Credit Report
			case 106:  
			case 107: 
				sURL ="/samples/INAFRN";
				break;
				
			//Indonesia  ROC
			case 111: 
			case 110: 
				sURL ="/samples/INDINN";
				break;
		
			//Indonesia  Credit Report
			case 108: 
			case 109: 
				sURL ="/samples/INDFRN";
				break;
		    
			//Indonesia Total Individual Check
			case 896: 
				sURL ="/samples/INDTIC";
				break;
				
			//JR5624 SaiZaw 20111207
			case 698: //IRN
		    case 699: //IRN
    			sURL ="/samples/IRNFRN";
				break;
			//End JR5624	
			
			//Italy  Credit Report
			case 546:  
			case 547: 
				sURL ="/samples/ITAFRN";
				break;
		
			//Japan  Credit Report
			case 112: 
			case 113: 
				sURL ="/samples/JPNFRN";
				break;
		    
			//Japan ROC Search			
			case 853: 
				sURL ="/samples/JPNINN";
				break;
			
			/* JR4832 SaiZaw 20101119 */
			//Jordon Credit Report
			case 719:
			case 720:
			    sURL ="/samples/JORFRN";
			    break;
			/*End JR4832 SaiZaw 20101119 */	
			
		    //Kenya  Credit Report
			case 702: 
			case 703: 
				sURL ="/samples/KEYFRN";
				break;
				
			//Korea  Credit Report
			case 114: 
			case 115: 
				sURL ="/samples/KORFRN";
				break;

			/* Korea ROC Report */
			case 586:
				sURL ="/samples/KORINN";
				break;
			/* End */
					
		
			//Malaysia Litigation
			case 126: 
			case 127: 
				sURL ="/samples/WMSLITN";
				break;
			
			//Malaysia Financials
			case 662: 
				sURL ="/samples/WMSACN";
				break;
		
			//Malaysia ROC Searches
			case 120: 
			case 121: 
				sURL ="/samples/WMSINN";
				break;		
			
			//Malaysia ROC / ROB Searches
			case 663: 
				sURL ="/samples/WMSINS";
				break;		
			
			//Malaysia  Credit Report
			case 116: 
			case 117: 
				sURL ="/samples/WMSFRN";
				break;
				
			//Malaysia Bankrupty search
			case 660: 
				sURL ="/samples/WMSBKT";
				break;
					 
		   //Malaysia Liquidation search
			case 661: 
				sURL ="/samples/WMSLQD";
				break;
			
			//JR4819 SaiZaw 20101111
			//WMS Total Individual Check
			case 787:				
				sURL ="/samples/WMSTIC";
				break;
			//End JR4819
			
			//JR5624 SaiZaw 20111207
			case 610: //Malta-Normal Credit Report
		    case 611: //Malta-Express Credit Report
		       sURL ="/samples/MLTFRN";
				break;
			//End JR5624	
			
			//Netherlands  Credit Report
			case 150: 
			case 151: 
				sURL ="/samples/NLDFRN";
				break;
		
			//New Zealand ROC Searches
			case 405: 
			case 406: 
				sURL ="/samples/NZDINN";
				break;
		
			//New Zealand  Credit Report
			case 134: 
			case 135: 
				sURL ="/samples/NZDFRN";
				break;
		
		    //Nigeria Credit Report
		    //JR5624 SaiZaw 20111207
			case 707: //Nigeria-Normal Credit Report
		    case 708: //Nigeria-Express Credit Report
		       sURL ="/samples/NGRFRN";
				break;
			//End JR5624
			
		    //Norway  Credit Report
			case 709: 
			case 710: 
				sURL ="/samples/NORFRN";
				break;
		
			//Pakistan Credit Report
			case 548: 		
				sURL ="/samples/PKTFRN";
				break;

		

			//PHILIPPINES  Credit Report
			case 136:
			case 137: 		 		
				sURL ="/samples/PHLFRN";
				break;

			/* Philippines ROC Report */
			case 587:
				sURL ="/samples/PHLINN";
				break;
			/* End */ 
		
			//RUSSIA  Credit Report
			case 549:
			case 550:  		
				sURL ="/samples/RUSFRN";
				break;
				
			//Saudi Arabia  Credit Report
			case 723:
			case 724:  		
				sURL ="/samples/SABFRN";
				break;	
		
			//SPAIN  Credit Report
			case 551:
			case 552:  		
				sURL ="/samples/SPNFRN";
				break;
		
		
			//Sri Lanka  Credit Report
			case 553:		
				sURL ="/samples/SLKFRN";
				break;
		
			//Sweden  Credit Report
			case 554:
			case 555:				
				sURL ="/samples/SWEFRN";
				break;
		
			//Switzerland  Credit Report
			case 556:
			case 557:				
				sURL ="/samples/SZLFRN";
				break;
			
            //Syria Credit Report
			//JR5624 SaiZaw 20111207
			case 725: //Syria-Normal Credit Report
		    case 726: //Syria-Express Credit Report
		       sURL ="/samples/SYRFRN";
				break;
			//End JR5624
			
			//Taiwan  Credit Report
			case 138:
			case 139:				
				sURL ="/samples/PRCFRN";
				break;
		
			/* Taiwan ROC Report */
			case 588:
			case 589:
				sURL ="/samples/PRCINN";
				break;
			

			//Thailand ROC
			case 142:
			case 143:				
				sURL ="/samples/THAINN";
				break;
		
			//Thailand  Credit Report 
			case 140:
			case 141:				
				sURL ="/samples/THAFRN";
				break;
		
		    /*JR4832 SaiZaw 20101119 */
		    //Turkey  Credit Report 
			case 622:
			case 623:				
				sURL ="/samples/TKYFRN";
				break;
			 /*End JR4832 SaiZaw 20101119 */
			 
			//UAE  Credit Report
			case 560:
			case 561:				
				sURL ="/samples/UAEFRN";
				break;
			
			//UK- BIZ
			case 399:
				sURL ="/samples/UKBIZ";
				break;
		
			//UK  Credit Report
			case 148:
			case 149:				
				sURL ="/samples/UKDFRN";
				break;
		
			//US  Credit Report
			case 144:
			case 145:				
				sURL ="/samples/USAFRN";
				break;
			//SzeSeng JR3368 20090205
			case 781:				
				sURL ="/samples/USACBR";
				break;
			//SzeSeng JR3368 20090205
			
			case 330:
				sURL ="/samples/cr1co";
				break;
			case 418:
				sURL ="/samples/finn";
				break;
			case 13:
				sURL ="/samples/fpa";
				break;

			//Vietnam  Credit Report
			case 146:
			case 147:
			sURL ="/samples/VIEFRN";
				break;		
			
			//JR5624
			case 704: //Mexico-Express Credit Report
			case 705: //Mexico-Normal Credit Report
			   sURL ="/samples/MEXFRN";
				break;	
				
			case 717:	//Israel-Normal Credit Report	
			case 718:	//Israel-Express Credit Report	
			 sURL ="/samples/ISLFRN";
				break;	
			//End JR5624
			
			//Vietnam  ROC Report
			case 783:
				sURL ="/samples/VIEINN";
				break;		

            //Yemen Credit Report
           //JR5624 SaiZaw 20111207
			case 727: //Yemen-Normal Credit Report
		    case 728: //Yemen-Express Credit Report
		       sURL ="/samples/YMNFRN";
				break;
			//End JR5624
			/*added on 26.5.2008 RJ-2967*/	
			//Macau  Credit Report
			case 731: 			
			sURL ="/samples/MACFRN";
			break;
			/*end RJ-2967*/
            
			//JR4899 SaiZaw 20101222
			case 870: 
			sURL ="/samples/ASTCBR";
			break;
			
			case 871: 
			sURL ="/samples/BELCBR";
			break;
			
			case 872: 
			sURL ="/samples/DEMCBR";
			break;
			
			case 873: 
			sURL ="/samples/FRCBR";
			break;
			
			case 874: 
			sURL ="/samples/GERCBR";
			break;
			
			case 875: 
			sURL ="/samples/IRECBR";
			break;
			
			case 876: 
			sURL ="/samples/ITACBR";
			break;
			
			case 877: 
			sURL ="/samples/NLDCBR";
			break;
			
			case 878: 
			sURL ="/samples/NORCBR";
			break;
			
		    case 879: 
			sURL ="/samples/PTGCBR";
			break;
			
			case 880: 
			sURL ="/samples/SPNCBR";
			break;
			
			case 881: 
			sURL ="/samples/SWECBR";
			break;			
			//End JR4899

			/* request 1597 */
			case 592:
			case 593:
			case 594:
			case 595:
			case 596:
			case 597:
			case 598:
			case 599:
			case 600:
			case 601:
			case 602:
			case 603:
			case 604:
			case 605:
			case 606:
			case 607:
			case 608:
			case 609:
			//JR5624 case 610: 
			//JR5624 case 611:
			case 612:
			case 613:
			case 614:
			case 615:
			case 616:
			case 617:
			case 618:
			case 619:
			case 620:
			case 621:			
			case 624:
				sURL = "/samples/BNHFRN";
				break;
			/* SM - Oct 30, 06 */	
            case 654:
				sURL = "/samples/INAINN";
				break;
			/* end SM - Oct 30, 06 */	
			/* end request 1597 */	
			//JR5624 case 695:  //Canada-Express Credit Report
			//JR5624 case 696: //Cyprus-Normal Credit Report
			//JR5624 case 697: //Cyprus-Express Credit Report
			//JR5624 case 698: //Iran-Normal Credit Report
			//JR5624 case 699: //Iran-Express Credit Report
			case 700:
			case 701:
			case 702:
			case 703:
			//JR5624 case 704: //Mexico-Express Credit Report
			//JR5624 case 705: //Mexico-Normal Credit Report
			//JR5624 case 707: //Nigeria-Normal Credit Report
			//JR5624 case 708: // Nigeria-Express Credit Report
			case 709:
			case 710:	
			case 711:
			case 712:
			case 713:
			case 714:
			case 715:
			case 716:
			//JR5624 case 717:	//Israel-Normal Credit Report	
			//JR5624 case 718:	//Israel-Express Credit Report	
			case 721:
			case 722:
			case 723:
			case 724:
			//JR5624 case 725: //Syria-Normal Credit Report
			//JR5624 case 726: //Syria-Express Credit Report
			//JR5624 case 727: //Yemen-Normal Credit Report
			//JR5624 case 728: //Yemen-Express Credit Report
			case 729:
			case 730:
			case 731:
			        alert('The sample is not available');
			        return;
			        break;			
			case 826:
				sURL = "/samples/FIC";
				break;
			case 854: //JR5533 SaiZaw 20111017
				sURL = "/samples/FCC";
				break;
			//SzeSeng JR5115 20110408
			case 888:
			case 889:
				sURL = "/samples/BHSFRN";
				break;
			case 890:
			case 891:
				sURL = "/samples/BVIFRN";
				break;
			case 897:
			case 898:
				sURL = "/samples/MAUFRN";
				break;
			case 899:
			case 900:
				sURL = "/samples/OMNFRN";
				break;
			case 901:
			case 902:
				sURL = "/samples/PNGFRN";
				break;
			case 903:
			case 904:
				sURL = "/samples/QTRFRN";
				break;
			case 892:
			case 893:
				sURL = "/samples/CNIFRN";				
				break;
			case 380:
			case 381:
				sURL = "/samples/POLFRN";
				break;	
            case 924:  //JR5373
				sURL = "/samples/PHLTIC";				
				break;				
			//SzeSeng JR5115 20110408
			case 749: //JR5507 YMX 20111012
				sURL = "/samples/SGPCR";
		}//switch
		
		if(sURL!=null && sURL.length > 0 ){
			sURL += ".pdf";
//alert(sURL);
			var newWin = window.open(sURL,'','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300,left=0');			
		}
				
	}	//for Session Not expired
	
}//ViewSample

function getSampleName(sURL,packagecode){	
	if (top.IsPrefer == 1 && top.IsLawyer==1){
		sURL += "_L";
	}else if(top.IsLawyer==1){
		sURL += "_L";
	}else if(top.IsPrefer==1){
		sURL += "_P";
	}else if(packagecode=="SILV" || packagecode=="GOLD" || packagecode=="PLT1" || packagecode=="PLT2" || packagecode=="PLT3"){
		sURL += "_S";
	}

	return sURL;
}//getSampleName

function chkSession(reLogin,sMsg){
	var bExpired = true;
	var strLocationURL = parent.location.href;
	var strSearchString = "regno";
	var strSearchString2 = "r=s";
	if (top.strSessionID!=null && top.strSessionID.length ==40){
		bExpired = false;
	}//if	
	if ((bExpired) && (reLogin==1)){
		if (strLocationURL.indexOf(strSearchString) == -1) {
			parent.location.href = "/index.asp?msg="+sMsg;
		}else {
			if (strLocationURL.indexOf(strSearchString2) == -1) {
				parent.location.href = strLocationURL + "&r=s" + "&msg="+sMsg;
			}else {
				parent.location.href = strLocationURL + "&msg="+sMsg;
			}
		}
	}	
	return bExpired;
}//chkSession

function GoSubscribe(){
	if (parent.main==null)return;
	var sURL=""
	if(chkSessionExpired(0)){ //No session
		//alert("Please register as a member before subscribing.");		
		//sURL = "/Register/RegistrationIndex.asp";
		goRegister();
	}else{ //after login
		//sURL = "/Subscribe/getSubsplan.asp?sid="+top.strSessionID;
		sURL = "/terms.asp?sid="+top.strSessionID+"&type=sub";
		if(sURL!=null && sURL.length > 0){
			parent.main.location.href= sURL;
		}
	}
	
	
}//GoSubscribe

function goRegister(){
	if (parent.main==null)return;
	var sURL="/terms.asp?type=reg"
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}
}//goRegister

function chkSessionExpired(reLogin){
	var bExpired = true;
	if (top.strSessionID!=null && top.strSessionID.length ==40){
		bExpired = false;
	}//if
	
	if ((bExpired) && (reLogin==1)){
		parent.location.href = "/index.asp?msg=Session expired, please re-login.";
	}
	
	return bExpired;
}//chkSession

function GoUpdtAcct(){	
	if (!chkSessionExpired(1)){
		var sURL ="/people/accountManager.asp?UID="+top.strUserID+"&SID="+top.strSessionID;
		window.open(sURL,"","width=700,height=450,toolbar=no,resizable=yes,scrollbars=yes,screenX=10,screenY=100,top=100,left=10");
	}
}//GoUpdtAcct

function GoToURL(baseURL){
	window.location.href=baseURL+"?gprf="+top.intPackageProfile + "&sid="+top.strSessionID+"&ContactID="+top.ContactID;
}

function ChangeURL(baseURL){
	window.location.href=baseURL+"?gprf=" + top.intPackageProfile + "&uid="+top.strUserID
}
function GoToURLEx(baseURL){
	top.main.location.href=baseURL+"?gprf="+top.intPackageProfile + "&uid="+top.strUserID + "&sid="+top.strSessionID;
}
function GoToURLExPlusQStr(baseURL){
	top.main.location.href=baseURL+"&gprf="+top.intPackageProfile + "&uid="+top.strUserID + "&sid="+top.strSessionID
}

//EL JR5218 20110819
function GoOrderNowMYSLIT(pdtID,type){
	if (parent.main==null)return;
	//if (chkSession(1,"Please login in order to search."))return;
	if (chkSession(1,"Please login in to search. For new users, please click on 'Register Now For Free'"))return;
	var sURL;
	
	switch(pdtID){
		//Malaysia Litigation
		case 126: 
		case 127: 
			sURL ="/overseaIndex.asp?srcPage=MYS&Product=LITN" + type + "&Country=MYS&sid="+top.strSessionID+"&rbAccessMode="+top.strAccessMode+"&rbDefPayMethod="+top.strPaymentScheme+"&ContactID="+top.ContactID;
		    break;
		
		default:
		break;
	}//switch
	if(sURL!=null && sURL.length > 0){
		parent.main.location.href= sURL;
	}
}//GoOrderNowMYSLIT


function ViewSampleMYSLIT(pdtID,packagecode,type){
    //SM May 02, 2007 - to disable samples
    /*alert('Samples are not available \n Please contact our customer service at 6738 1900');
    return;*/

	if (parent.main==null)return;
	var sURL="";

	if (chkSessionExpired(0) || top.IsNormalPack==1 || packagecode == 'NORM' || packagecode == 'DMST'){
		sURL="/ReqProductSamples.asp?PdtId=" + pdtID + "&sid=" + top.strSessionID;
		parent.main.location.href= sURL;	
	}else{ //GoToView sample
		switch(pdtID){
					
			case 126: 
			case 127: 
				sURL ="/samples/WMSLITN" + type;
				break;
		}//switch
		
		if(sURL!=null && sURL.length > 0 ){
			sURL += ".pdf";
//alert(sURL);
			var newWin = window.open(sURL,'','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300,left=0');			
		}
				
	}	//for Session Not expired
	
}//ViewSampleMYSLIT
//EL JR5218 END

