 var BrowserDetect = {
	init: function () {
		this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
		this.version = this.searchVersion(navigator.userAgent)
			|| this.searchVersion(navigator.appVersion)
			|| "an unknown version";
		this.OS = this.searchString(this.dataOS) || "an unknown OS";
	},
	searchString: function (data) {
		for (var i=0;i<data.length;i++)	{
			var dataString = data[i].string;
			var dataProp = data[i].prop;
			this.versionSearchString = data[i].versionSearch || data[i].identity;
			if (dataString) {
				if (dataString.indexOf(data[i].subString) != -1)
					return data[i].identity;
			}
			else if (dataProp)
				return data[i].identity;
		}
	},
	searchVersion: function (dataString) {
		var index = dataString.indexOf(this.versionSearchString);
		if (index == -1) return;
		return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
	},
	dataBrowser: [
		{
			string: navigator.userAgent,
			subString: "Chrome",
			identity: "Chrome"
		},
		{ 	string: navigator.userAgent,
			subString: "OmniWeb",
			versionSearch: "OmniWeb/",
			identity: "OmniWeb"
		},
		{
			string: navigator.vendor,
			subString: "Apple",
			identity: "Safari",
			versionSearch: "Version"
		},
		{
			prop: window.opera,
			identity: "Opera",
			versionSearch: "Version"
		},
		{
			string: navigator.vendor,
			subString: "iCab",
			identity: "iCab"
		},
		{
			string: navigator.vendor,
			subString: "KDE",
			identity: "Konqueror"
		},
		{
			string: navigator.userAgent,
			subString: "Firefox",
			identity: "Firefox"
		},
		{
			string: navigator.vendor,
			subString: "Camino",
			identity: "Camino"
		},
		{		// for newer Netscapes (6+)
			string: navigator.userAgent,
			subString: "Netscape",
			identity: "Netscape"
		},
		{
			string: navigator.userAgent,
			subString: "MSIE",
			identity: "Explorer",
			versionSearch: "MSIE"
		},
		{
			string: navigator.userAgent,
			subString: "Gecko",
			identity: "Mozilla",
			versionSearch: "rv"
		},
		{ 		// for older Netscapes (4-)
			string: navigator.userAgent,
			subString: "Mozilla",
			identity: "Netscape",
			versionSearch: "Mozilla"
		}
	],
	dataOS : [
		{
			string: navigator.platform,
			subString: "Win",
			identity: "Windows"
		},
		{
			string: navigator.platform,
			subString: "Mac",
			identity: "Mac"
		},
		{
			   string: navigator.userAgent,
			   subString: "iPhone",
			   identity: "iPhone/iPod"
	    },
		{
			string: navigator.platform,
			subString: "Linux",
			identity: "Linux"
		}
	]

};
BrowserDetect.init();


//== when page loads, this will check the browser type and execute their respective method

// lower case it
var browserType = BrowserDetect.browser.toLowerCase();

if (browserType == "firefox") {
	methodFirefox();
} else if (browserType == "explorer") {
	methodIE();
} else if (browserType == "safari") {
	methodSafari();
} else if (browserType == "chrome") {
	methodChrome();
} else if (browserType == "opera") {
	methodOpera();
} else {
	alert("You're using " + BrowserDetect.browser); 
}

function methodChrome() {
stm_bm(["menu0244",900,"","blank.gif",0,"","",1,0,0,0,250,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this);
stm_bp("p0",[0,4,0,0,2,0,12,9,100,"",-2,"",-2,50,0,0,"#666666","#CCCCCC","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"Corporate","","",-1,-1,0,"index.html","_self","","","flashdian.gif","flashdian1.gif",12,5,0,"","",9,7,0,1,1,"#CCCCCC",0,"#CCCCCC",0,"","",3,3,1,1,"#999999","#999999","#333333","#FFFFFF","bold 9pt 'Arial','Verdana'","bold 9pt 'Arial','Verdana'",0,0,"","","","",0,0,0],210,36);
stm_bpx("p1","p0",[1,3,198,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999","",0,1,1]);
stm_aix("p1i0","p0i0",[0,"About Us","","",-1,-1,0,"aboutus.html","_self","","","","",5,0,0,"","",9,7,0,1,1,"#666666",0,"#000000",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#FFFFFF","#FFFFFF","8pt Verdana","bold 8pt Verdana"],205,25);
stm_bpx("p2","p0",[1,2,1,0,0,4,5,0,91,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#FFFFFF","",0]);
stm_aix("p2i0","p1i0",[0,"Differentiation","","",-1,-1,0,"abt.html#Differentiation","iFrame1","","","","",5,0,0,"","",0,0,0,1,1,"#FFFFFF",0,"#666666",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#999999"],220,0);
stm_aix("p2i1","p2i0",[0,"Value Propositions","","",-1,-1,0,"abt.html#Propositions"],220,0);
stm_aix("p2i2","p2i0",[0,"Company Performance","","",-1,-1,0,"abt.html#Performance"],220,0);
stm_ep();
stm_aix("p1i1","p1i0",[0,"Vision / Mission","","",-1,-1,0,"vision.html","_self","","","","",5,0,0,"","",0,0],205,25);
stm_aix("p1i2","p1i1",[0,"Milestones","","",-1,-1,0,"milestones.html"],205,25);
stm_aix("p1i3","p1i1",[0,"Customers","","",-1,-1,0,"customers.html"],205,25);
stm_aix("p1i4","p1i0",[0,"Careers","","",-1,-1,0,""],205,25);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Malaysia","","",-1,-1,0,"malaysia.html","_self"],220,0);
stm_aix("p3i1","p3i0",[0,"Singapore","","",-1,-1,0,"singapore.html"],220,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Contact Us","","",-1,-1,0,"contactus.html"],205,25);
stm_ep();
stm_aix("p0i1","p0i0",[0,"Products","","",-1,-1,0,""],210,36);
stm_bpx("p4","p2",[1,3,198,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999"]);
stm_aix("p4i0","p1i4",[0,"TD Synergy"],206,25);
stm_bpx("p5","p2",[1,2,1,0,0,4,5,0,100]);
stm_aix("p5i0","p3i0",[0,"General Laboratory","","",-1,-1,0,"genlab.html"],220,25);
stm_aix("p5i1","p3i0",[0,"Microbiology Module","","",-1,-1,0,"microbio.html"],220,25);
stm_aix("p5i2","p3i0",[0,"Blood Bank Module","","",-1,-1,0,"bloodbank.html"],220,25);
stm_aix("p5i3","p3i0",[0,"Blood Tracking","","",-1,-1,0,"bloodtrack.html"],220,25);
stm_aix("p5i4","p3i0",[0,"Transplant Management Module","","",-1,-1,0,"transplantmgt.html"],220,25);
stm_aix("p5i5","p3i0",[0,"Web Module","","",-1,-1,0,"web.html"],220,25);
stm_aix("p5i6","p3i0",[0,"Workstation","","",-1,-1,0,"workstation.html"],220,25);
stm_aix("p5i7","p3i0",[0,"Point of Care Testing","","",-1,-1,0,"pointofcare.html"],220,25);
stm_aix("p5i8","p3i0",[0,"Histology/ Cytology","","",-1,-1,0,"histology.html"],220,0);
stm_ep();
stm_aix("p4i1","p1i1",[0,"Blood Bank Solutions","","",-1,-1,0,"eprogesa.html"],206,25);
stm_aix("p4i2","p1i1",[0,"Trace Line","","",-1,-1,0,"traceline.html"],206,25);
stm_ep();
stm_aix("p0i2","p0i1",[0,"Services"],210,36);
stm_bpx("p6","p4",[]);
stm_aix("p6i0","p1i0",[0,"Project Management","","",-1,-1,0,"project.html"],206,25);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p3i0",[0,"Implementation","","",-1,-1,0,"implementation.html"],180,25);
stm_aix("p7i1","p3i0",[0,"Consulting","","",-1,-1,0,"consulting.html"],180,25);
stm_ep();
stm_aix("p6i1","p1i1",[0,"Support","","",-1,-1,0,"support.html"],206,25);
stm_aix("p6i2","p1i1",[0,"Development Services","","",-1,-1,0,"development.html"],206,25);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Media"],209,36);
stm_bpx("p8","p4",[]);
stm_aix("p8i0","p1i4",[0,"Events"],205,25);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p3i0",[0,"7th IABS Symposium on Advances in TransfusionSafety","","",-1,-1,0,"event1.html"],400,25);
stm_aix("p9i1","p3i0",[0,"TD-Synergy® Histology/Cytology V11 Seminar","","",-1,-1,0,"event2.html"],400,25);
stm_aix("p9i2","p3i0",[0,"TD-Synergy® Microbiology Module V11 Seminar","","",-1,-1,0,"event3.html"],400,25);
stm_ep();
stm_ep();
stm_ep();
stm_em();
;
}

function methodSafari() {
stm_bm(["menu0244",900,"","blank.gif",0,"","",1,0,0,0,250,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this);
stm_bp("p0",[0,4,0,0,2,0,12,9,100,"",-2,"",-2,50,0,0,"#666666","#CCCCCC","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"Corporate","","",-1,-1,0,"index.html","_self","","","flashdian.gif","flashdian1.gif",12,5,0,"","",9,7,0,1,1,"#CCCCCC",0,"#CCCCCC",0,"","",3,3,1,1,"#999999","#999999","#333333","#FFFFFF","bold 9pt 'Arial','Verdana'","bold 9pt 'Arial','Verdana'",0,0,"","","","",0,0,0],210,36);
stm_bpx("p1","p0",[1,3,198,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999","",0,1,1]);
stm_aix("p1i0","p0i0",[0,"About Us","","",-1,-1,0,"aboutus.html","_self","","","","",5,0,0,"","",9,7,0,1,1,"#666666",0,"#000000",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#FFFFFF","#FFFFFF","8pt Verdana","bold 8pt Verdana"],205,25);
stm_bpx("p2","p0",[1,2,1,0,0,4,5,0,91,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#FFFFFF","",0]);
stm_aix("p2i0","p1i0",[0,"Differentiation","","",-1,-1,0,"abt.html#Differentiation","iFrame1","","","","",5,0,0,"","",0,0,0,1,1,"#FFFFFF",0,"#666666",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#999999"],220,0);
stm_aix("p2i1","p2i0",[0,"Value Propositions","","",-1,-1,0,"abt.html#Propositions"],220,0);
stm_aix("p2i2","p2i0",[0,"Company Performance","","",-1,-1,0,"abt.html#Performance"],220,0);
stm_ep();
stm_aix("p1i1","p1i0",[0,"Vision / Mission","","",-1,-1,0,"vision.html","_self","","","","",5,0,0,"","",0,0],205,25);
stm_aix("p1i2","p1i1",[0,"Milestones","","",-1,-1,0,"milestones.html"],205,25);
stm_aix("p1i3","p1i1",[0,"Customers","","",-1,-1,0,"customers.html"],205,25);
stm_aix("p1i4","p1i0",[0,"Careers","","",-1,-1,0,""],205,25);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Malaysia","","",-1,-1,0,"malaysia.html","_self"],220,0);
stm_aix("p3i1","p3i0",[0,"Singapore","","",-1,-1,0,"singapore.html"],220,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Contact Us","","",-1,-1,0,"contactus.html"],205,25);
stm_ep();
stm_aix("p0i1","p0i0",[0,"Products","","",-1,-1,0,""],210,36);
stm_bpx("p4","p2",[1,3,198,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999"]);
stm_aix("p4i0","p1i4",[0,"TD Synergy"],206,25);
stm_bpx("p5","p2",[1,2,1,0,0,4,5,0,100]);
stm_aix("p5i0","p3i0",[0,"General Laboratory","","",-1,-1,0,"genlab.html"],220,25);
stm_aix("p5i1","p3i0",[0,"Microbiology Module","","",-1,-1,0,"microbio.html"],220,25);
stm_aix("p5i2","p3i0",[0,"Blood Bank Module","","",-1,-1,0,"bloodbank.html"],220,25);
stm_aix("p5i3","p3i0",[0,"Blood Tracking","","",-1,-1,0,"bloodtrack.html"],220,25);
stm_aix("p5i4","p3i0",[0,"Transplant Management Module","","",-1,-1,0,"transplantmgt.html"],220,25);
stm_aix("p5i5","p3i0",[0,"Web Module","","",-1,-1,0,"web.html"],220,25);
stm_aix("p5i6","p3i0",[0,"Workstation","","",-1,-1,0,"workstation.html"],220,25);
stm_aix("p5i7","p3i0",[0,"Point of Care Testing","","",-1,-1,0,"pointofcare.html"],220,25);
stm_aix("p5i8","p3i0",[0,"Histology/ Cytology","","",-1,-1,0,"histology.html"],220,0);
stm_ep();
stm_aix("p4i1","p1i1",[0,"Blood Bank Solutions","","",-1,-1,0,"eprogesa.html"],206,25);
stm_aix("p4i2","p1i1",[0,"Trace Line","","",-1,-1,0,"traceline.html"],206,25);
stm_ep();
stm_aix("p0i2","p0i1",[0,"Services"],210,36);
stm_bpx("p6","p4",[]);
stm_aix("p6i0","p1i0",[0,"Project Management","","",-1,-1,0,"project.html"],206,25);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p3i0",[0,"Implementation","","",-1,-1,0,"implementation.html"],180,25);
stm_aix("p7i1","p3i0",[0,"Consulting","","",-1,-1,0,"consulting.html"],180,25);
stm_ep();
stm_aix("p6i1","p1i1",[0,"Support","","",-1,-1,0,"support.html"],206,25);
stm_aix("p6i2","p1i1",[0,"Development Services","","",-1,-1,0,"development.html"],206,25);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Media"],209,36);
stm_bpx("p8","p4",[]);
stm_aix("p8i0","p1i4",[0,"Events"],205,25);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p3i0",[0,"7th IABS Symposium on Advances in TransfusionSafety","","",-1,-1,0,"event1.html"],400,25);
stm_aix("p9i1","p3i0",[0,"TD-Synergy® Histology/Cytology V11 Seminar","","",-1,-1,0,"event2.html"],400,25);
stm_aix("p9i2","p3i0",[0,"TD-Synergy® Microbiology Module V11 Seminar","","",-1,-1,0,"event3.html"],400,25);
stm_ep();
stm_ep();
stm_ep();
stm_em();
;
}

function methodFirefox() {
stm_bm(["menu0244",900,"","blank.gif",0,"","",1,0,0,0,250,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this);
stm_bp("p0",[0,4,0,0,2,0,12,9,100,"",-2,"",-2,50,0,0,"#666666","#CCCCCC","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"Corporate","","",-1,-1,0,"index.html","_self","","","flashdian.gif","flashdian1.gif",12,5,0,"","",9,7,0,1,1,"#CCCCCC",0,"#CCCCCC",0,"","",3,3,1,1,"#999999","#999999","#333333","#FFFFFF","bold 9pt 'Arial','Verdana'","bold 9pt 'Arial','Verdana'",0,0,"","","","",0,0,0],210,36);
stm_bpx("p1","p0",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999","",0,1,1]);
stm_aix("p1i0","p0i0",[0,"About Us","","",-1,-1,0,"aboutus.html","_self","","","","",5,0,0,"","",9,7,0,1,1,"#666666",0,"#000000",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#FFFFFF","#FFFFFF","8pt Verdana","bold 8pt Verdana"],205,25);
stm_bpx("p2","p0",[1,2,0,0,0,4,5,0,91,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#FFFFFF","",0]);
stm_aix("p2i0","p1i0",[0,"Differentiation","","",-1,-1,0,"abt.html#Differentiation","iFrame1","","","","",5,0,0,"","",0,0,0,1,1,"#FFFFFF",0,"#666666",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#999999"],180,0);
stm_aix("p2i1","p2i0",[0,"Value Propositions","","",-1,-1,0,"abt.html#Propositions"],180,0);
stm_aix("p2i2","p2i0",[0,"Company Performance","","",-1,-1,0,"abt.html#Performance"],180,0);
stm_ep();
stm_aix("p1i1","p1i0",[0,"Vision / Mission","","",-1,-1,0,"vision.html","_self","","","","",5,0,0,"","",0,0],205,25);
stm_aix("p1i2","p1i1",[0,"Milestones","","",-1,-1,0,"milestones.html"],205,25);
stm_aix("p1i3","p1i1",[0,"Customers","","",-1,-1,0,"customers.html"],205,25);
stm_aix("p1i4","p1i0",[0,"Careers","","",-1,-1,0,""],205,25);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Malaysia","","",-1,-1,0,"malaysia.html","_self"],180,0);
stm_aix("p3i1","p3i0",[0,"Singapore","","",-1,-1,0,"singapore.html"],180,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Contact Us","","",-1,-1,0,"contactus.html"],205,25);
stm_ep();
stm_aix("p0i1","p0i0",[0,"Products","","",-1,-1,0,""],210,36);
stm_bpx("p4","p2",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999"]);
stm_aix("p4i0","p1i4",[0,"TD Synergy"],207,25);
stm_bpx("p5","p2",[]);
stm_aix("p5i0","p3i0",[0,"General Laboratory","","",-1,-1,0,"genlab.html"],220,0);
stm_aix("p5i1","p3i0",[0,"Microbiology Module","","",-1,-1,0,"microbio.html"],220,0);
stm_aix("p5i2","p3i0",[0,"Blood Bank Module","","",-1,-1,0,"bloodbank.html"],220,0);
stm_aix("p5i3","p3i0",[0,"Blood Tracking","","",-1,-1,0,"bloodtrack.html"],220,0);
stm_aix("p5i4","p3i0",[0,"Transplant Management Module","","",-1,-1,0,"transplantmgt.html"],220,0);
stm_aix("p5i5","p3i0",[0,"Web Module","","",-1,-1,0,"web.html"],220,0);
stm_aix("p5i6","p3i0",[0,"Workstation","","",-1,-1,0,"workstation.html"],220,0);
stm_aix("p5i7","p3i0",[0,"Point of Care Testing","","",-1,-1,0,"pointofcare.html"],220,0);
stm_aix("p5i8","p3i0",[0,"Histology/ Cytology","","",-1,-1,0,"histology.html"],220,0);
stm_ep();
stm_aix("p4i1","p1i1",[0,"Blood Bank Solutions","","",-1,-1,0,"eprogesa.html"],207,25);
stm_aix("p4i2","p1i1",[0,"Trace Line","","",-1,-1,0,"traceline.html"],207,25);
stm_ep();
stm_aix("p0i2","p0i1",[0,"Services"],210,36);
stm_bpx("p6","p4",[]);
stm_aix("p6i0","p1i0",[0,"Project Management","","",-1,-1,0,"project.html"],206,25);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p3i0",[0,"Implementation","","",-1,-1,0,"implementation.html"],180,25);
stm_aix("p7i1","p3i0",[0,"Consulting","","",-1,-1,0,"consulting.html"],180,25);
stm_ep();
stm_aix("p6i1","p1i1",[0,"Support","","",-1,-1,0,"support.html"],206,25);
stm_aix("p6i2","p1i1",[0,"Development Services","","",-1,-1,0,"development.html"],206,25);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Media"],209,36);
stm_bpx("p8","p4",[]);
stm_aix("p8i0","p1i4",[0,"Events"],204,25);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p3i0",[0,"7th IABS Symposium on Advances in Transfusion Safety","","",-1,-1,0,"event1.html"],400,25);
stm_aix("p9i1","p3i0",[0,"TD-Synergy® Histology/Cytology V11 Seminar","","",-1,-1,0,"event2.html"],400,25);
stm_aix("p9i2","p3i0",[0,"TD-Synergy® Microbiology Module V11 Seminar","","",-1,-1,0,"event3.html"],400,25);
stm_ep();
stm_ep();
stm_ep();
stm_em();
;
}

function methodOpera() {
stm_bm(["menu0244",900,"","blank.gif",0,"","",1,0,0,0,250,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this);
stm_bp("p0",[0,4,0,0,2,0,12,9,100,"",-2,"",-2,50,0,0,"#666666","#CCCCCC","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"Corporate","","",-1,-1,0,"index.html","_self","","","flashdian.gif","flashdian1.gif",12,5,0,"","",9,7,0,1,1,"#CCCCCC",0,"#CCCCCC",0,"","",3,3,1,1,"#999999","#999999","#333333","#FFFFFF","bold 9pt 'Arial','Verdana'","bold 9pt 'Arial','Verdana'",0,0,"","","","",0,0,0],210,36);
stm_bpx("p1","p0",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999","",0,1,1]);
stm_aix("p1i0","p0i0",[0,"About Us","","",-1,-1,0,"aboutus.html","_self","","","","",5,0,0,"","",9,7,0,1,1,"#666666",0,"#000000",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#FFFFFF","#FFFFFF","8pt Verdana","bold 8pt Verdana"],205,25);
stm_bpx("p2","p0",[1,2,0,0,0,4,5,0,91,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#FFFFFF","",0]);
stm_aix("p2i0","p1i0",[0,"Differentiation","","",-1,-1,0,"abt.html#Differentiation","iFrame1","","","","",5,0,0,"","",0,0,0,1,1,"#FFFFFF",0,"#666666",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#999999"],180,0);
stm_aix("p2i1","p2i0",[0,"Value Propositions","","",-1,-1,0,"abt.html#Propositions"],180,0);
stm_aix("p2i2","p2i0",[0,"Company Performance","","",-1,-1,0,"abt.html#Performance"],180,0);
stm_ep();
stm_aix("p1i1","p1i0",[0,"Vision / Mission","","",-1,-1,0,"vision.html","_self","","","","",5,0,0,"","",0,0],205,25);
stm_aix("p1i2","p1i1",[0,"Milestones","","",-1,-1,0,"milestones.html"],205,25);
stm_aix("p1i3","p1i1",[0,"Customers","","",-1,-1,0,"customers.html"],205,25);
stm_aix("p1i4","p1i0",[0,"Careers","","",-1,-1,0,""],205,25);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Malaysia","","",-1,-1,0,"malaysia.html","_self"],180,0);
stm_aix("p3i1","p3i0",[0,"Singapore","","",-1,-1,0,"singapore.html"],180,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Contact Us","","",-1,-1,0,"contactus.html"],205,25);
stm_ep();
stm_aix("p0i1","p0i0",[0,"Products","","",-1,-1,0,""],210,36);
stm_bpx("p4","p2",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999"]);
stm_aix("p4i0","p1i4",[0,"TD Synergy"],207,25);
stm_bpx("p5","p2",[]);
stm_aix("p5i0","p3i0",[0,"General Laboratory","","",-1,-1,0,"genlab.html"],220,0);
stm_aix("p5i1","p3i0",[0,"Microbiology Module","","",-1,-1,0,"microbio.html"],220,0);
stm_aix("p5i2","p3i0",[0,"Blood Bank Module","","",-1,-1,0,"bloodbank.html"],220,0);
stm_aix("p5i3","p3i0",[0,"Blood Tracking","","",-1,-1,0,"bloodtrack.html"],220,0);
stm_aix("p5i4","p3i0",[0,"Transplant Management Module","","",-1,-1,0,"transplantmgt.html"],220,0);
stm_aix("p5i5","p3i0",[0,"Web Module","","",-1,-1,0,"web.html"],220,0);
stm_aix("p5i6","p3i0",[0,"Workstation","","",-1,-1,0,"workstation.html"],220,0);
stm_aix("p5i7","p3i0",[0,"Point of Care Testing","","",-1,-1,0,"pointofcare.html"],220,0);
stm_aix("p5i8","p3i0",[0,"Histology/ Cytology","","",-1,-1,0,"histology.html"],220,0);
stm_ep();
stm_aix("p4i1","p1i1",[0,"Blood Bank Solutions","","",-1,-1,0,"eprogesa.html"],207,25);
stm_aix("p4i2","p1i1",[0,"Trace Line","","",-1,-1,0,"traceline.html"],207,25);
stm_ep();
stm_aix("p0i2","p0i1",[0,"Services"],210,36);
stm_bpx("p6","p4",[]);
stm_aix("p6i0","p1i0",[0,"Project Management","","",-1,-1,0,"project.html"],206,25);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p3i0",[0,"Implementation","","",-1,-1,0,"implementation.html"],180,25);
stm_aix("p7i1","p3i0",[0,"Consulting","","",-1,-1,0,"consulting.html"],180,25);
stm_ep();
stm_aix("p6i1","p1i1",[0,"Support","","",-1,-1,0,"support.html"],206,25);
stm_aix("p6i2","p1i1",[0,"Development Services","","",-1,-1,0,"development.html"],206,25);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Media"],209,36);
stm_bpx("p8","p4",[]);
stm_aix("p8i0","p1i4",[0,"Events"],204,25);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p3i0",[0,"7th IABS Symposium on Advances in Transfusion Safety","","",-1,-1,0,"event1.html"],400,25);
stm_aix("p9i1","p3i0",[0,"TD-Synergy® Histology/Cytology V11 Seminar","","",-1,-1,0,"event2.html"],400,25);
stm_aix("p9i2","p3i0",[0,"TD-Synergy® Microbiology Module V11 Seminar","","",-1,-1,0,"event3.html"],400,25);
stm_ep();
stm_ep();
stm_ep();
stm_em();
;
}

function methodIE() {
stm_bm(["menu0244",900,"","blank.gif",0,"","",1,0,0,0,250,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this);
stm_bp("p0",[0,4,0,0,2,0,12,9,100,"",-2,"",-2,50,0,0,"#666666","#CCCCCC","",3,0,0,"#333333"]);
stm_ai("p0i0",[0,"Corporate","","",-1,-1,0,"index.html","_self","","","flashdian.gif","flashdian1.gif",12,5,0,"","",9,7,0,1,1,"#CCCCCC",0,"#CCCCCC",0,"","",3,3,1,1,"#999999","#999999","#333333","#FFFFFF","bold 9pt 'Arial','Verdana'","bold 9pt 'Arial','Verdana'",0,0,"","","","",0,0,0],210,36);
stm_bpx("p1","p0",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999","",0,1,1]);
stm_aix("p1i0","p0i0",[0,"About Us","","",-1,-1,0,"aboutus.html","_self","","","","",5,0,0,"","",9,7,0,1,1,"#666666",0,"#000000",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#FFFFFF","#FFFFFF","8pt Verdana","bold 8pt Verdana"],205,25);
stm_bpx("p2","p0",[1,2,0,0,0,4,5,0,91,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#FFFFFF","",0]);
stm_aix("p2i0","p1i0",[0,"Differentiation","","",-1,-1,0,"abt.html#Differentiation","iFrame1","","","","",5,0,0,"","",0,0,0,1,1,"#FFFFFF",0,"#666666",0,"","fade.gif",3,3,0,0,"#7A8C9E","#CCCC00","#999999"],180,0);
stm_aix("p2i1","p2i0",[0,"Value Propositions","","",-1,-1,0,"abt.html#Propositions"],180,0);
stm_aix("p2i2","p2i0",[0,"Company Performance","","",-1,-1,0,"abt.html#Performance"],180,0);
stm_ep();
stm_aix("p1i1","p1i0",[0,"Vision / Mission","","",-1,-1,0,"vision.html","_self","","","","",5,0,0,"","",0,0],205,25);
stm_aix("p1i2","p1i1",[0,"Milestones","","",-1,-1,0,"milestones.html"],205,25);
stm_aix("p1i3","p1i1",[0,"Customers","","",-1,-1,0,"customers.html"],205,25);
stm_aix("p1i4","p1i0",[0,"Careers","","",-1,-1,0,""],205,25);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Malaysia","","",-1,-1,0,"malaysia.html","_self"],180,0);
stm_aix("p3i1","p3i0",[0,"Singapore","","",-1,-1,0,"singapore.html"],180,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Contact Us","","",-1,-1,0,"contactus.html"],205,25);
stm_ep();
stm_aix("p0i1","p0i0",[0,"Products","","",-1,-1,0,""],210,36);
stm_bpx("p4","p2",[1,3,0,0,0,4,5,9,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.60)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.60)",5,50,1,3,"#999999","#999999"]);
stm_aix("p4i0","p1i4",[0,"TD Synergy"],207,25);
stm_bpx("p5","p2",[]);
stm_aix("p5i0","p3i0",[0,"General Laboratory","","",-1,-1,0,"genlab.html"],220,0);
stm_aix("p5i1","p3i0",[0,"Microbiology Module","","",-1,-1,0,"microbio.html"],220,0);
stm_aix("p5i2","p3i0",[0,"Blood Bank Module","","",-1,-1,0,"bloodbank.html"],220,0);
stm_aix("p5i3","p3i0",[0,"Blood Tracking","","",-1,-1,0,"bloodtrack.html"],220,0);
stm_aix("p5i4","p3i0",[0,"Transplant Management Module","","",-1,-1,0,"transplantmgt.html"],220,0);
stm_aix("p5i5","p3i0",[0,"Web Module","","",-1,-1,0,"web.html"],220,0);
stm_aix("p5i6","p3i0",[0,"Workstation","","",-1,-1,0,"workstation.html"],220,0);
stm_aix("p5i7","p3i0",[0,"Point of Care Testing","","",-1,-1,0,"pointofcare.html"],220,0);
stm_aix("p5i8","p3i0",[0,"Histology/ Cytology","","",-1,-1,0,"histology.html"],220,0);
stm_ep();
stm_aix("p4i1","p1i1",[0,"Blood Bank Solutions","","",-1,-1,0,"eprogesa.html"],207,25);
stm_aix("p4i2","p1i1",[0,"Trace Line","","",-1,-1,0,"traceline.html"],207,25);
stm_ep();
stm_aix("p0i2","p0i1",[0,"Services"],210,36);
stm_bpx("p6","p4",[]);
stm_aix("p6i0","p1i0",[0,"Project Management","","",-1,-1,0,"project.html"],206,25);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p3i0",[0,"Implementation","","",-1,-1,0,"implementation.html"],180,25);
stm_aix("p7i1","p3i0",[0,"Consulting","","",-1,-1,0,"consulting.html"],180,25);
stm_ep();
stm_aix("p6i1","p1i1",[0,"Support","","",-1,-1,0,"support.html"],206,25);
stm_aix("p6i2","p1i1",[0,"Development Services","","",-1,-1,0,"development.html"],206,25);
stm_ep();
stm_aix("p0i3","p0i1",[0,"Media"],209,36);
stm_bpx("p8","p4",[]);
stm_aix("p8i0","p1i4",[0,"Events"],204,25);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p3i0",[0,"7th IABS Symposium on Advances in Transfusion Safety","","",-1,-1,0,"event1.html"],400,25);
stm_aix("p9i1","p3i0",[0,"TD-Synergy® Histology/Cytology V11 Seminar","","",-1,-1,0,"event2.html"],400,25);
stm_aix("p9i2","p3i0",[0,"TD-Synergy® Microbiology Module V11 Seminar","","",-1,-1,0,"event3.html"],400,25);
stm_ep();
stm_ep();
stm_ep();
stm_em();
;
}

