var val=104;
var val1 =259;

if(screen.width == 800)
var val1 =20;
else if(screen.width == 1024)
var val1 =131;
else if(screen.width > 1024)
var val1 =259;

var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 if (ieversion>=8)
  val = 104;
 else if (ieversion>=7)
  val = 104;
 else if (ieversion>=6)
  val = 109;
 else if (ieversion>=5)
  val = 109;
}
else
{
 val = 104;
 if(sPage == "contactus.htm" && screen.width != 800)
 val1 +=8;
}
/* Tigra Menu template structure */
var MENU_TPL = [
	{
		'width': 107,
		'height': 24,
		'left': 106,
		'top': 0,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'TM0i0',
			'outer': ['TM0o0','TM0o1']
		},
		'block_left': val1,
		'block_top': val
	}
];

