/*----------------------------------------------------
// Browser Detect
//--------------------------------------------------*/

var isNav, isIE;
if (parseInt(navigator.appVersion) >= 4) {
	if (navigator.appName == "Netscape") {
		isNav = true;
	} else {
		isIE = true;
	}
}

/*----------------------------------------------------
// Buy Button menuItemProp
//--------------------------------------------------*/

var msi_corp_website_style = new Array();

msi_corp_website_style["width"] = 160;
msi_corp_website_style["color"] = "#ffffff";
msi_corp_website_style["font-size"] = "11px";
msi_corp_website_style["font-weight"] = "normal"; //normal
msi_corp_website_style["font-style"] = "bold";	//bold
msi_corp_website_style["font-family"] = "verdana"; //if assign multiple fonts, it causes error!!
msi_corp_website_style["border-width"] = 1;
msi_corp_website_style["border-color"] = "#666666";
msi_corp_website_style["border-style"] = "solid";
msi_corp_website_style["line-height"] = "normal";
msi_corp_website_style["cursor"] = "hand";
if (isIE) {
	msi_corp_website_style['padding'] = 0;
} else if (isNav) {
	msi_corp_website_style['padding'] = 0;
}


var qi_corp_website_style = new Array();

qi_corp_website_style["width"] = 160;
qi_corp_website_style["color"] = "#CCFF00";
qi_corp_website_style["font-size"] = "11px";
qi_corp_website_style["font-weight"] = "bold"; //normal
qi_corp_website_style["font-style"] = "bold";	//bold
qi_corp_website_style["font-family"] = "verdana"; //if assign multiple fonts, it causes error!!
qi_corp_website_style["border-width"] = 1;
qi_corp_website_style["border-color"] = "#666666";
qi_corp_website_style["border-style"] = "solid";
qi_corp_website_style["line-height"] = "normal";
qi_corp_website_style["cursor"] = "hand";
if (isIE) {
	qi_corp_website_style['padding'] = 0;
} else if (isNav) {
	qi_corp_website_style['padding'] = 0;
}



var ltcategorybuttonstyle = new Array();

ltcategorybuttonstyle["width"] = 150;
ltcategorybuttonstyle["color"] = "#005826";
ltcategorybuttonstyle["font-size"] = "12px";
ltcategorybuttonstyle["font-weight"] = "bold";
ltcategorybuttonstyle["font-style"] = "bold";
ltcategorybuttonstyle["font-family"] = "arial";
ltcategorybuttonstyle["border-width"] = 1;
ltcategorybuttonstyle["border-color"] = "#ffffff";
ltcategorybuttonstyle["border-style"] = "solid";
ltcategorybuttonstyle["line-height"] = "normal";
ltcategorybuttonstyle["cursor"] = "hand";
if (isIE) {
	ltcategorybuttonstyle['padding'] = 0;
} else if (isNav) {
	ltcategorybuttonstyle['padding'] = 0;
}

var buybuttonstyle = new Array();

buybuttonstyle["width"] = 100;
buybuttonstyle["color"] = "#000000";
buybuttonstyle["font-size"] = "10px";
buybuttonstyle["font-weight"] = "normal";
buybuttonstyle["font-style"] = "normal";
buybuttonstyle["font-family"] = "sans-serif";
buybuttonstyle["border-width"] = 1;
buybuttonstyle["border-color"] = "#000000";
buybuttonstyle["border-style"] = "solid";
buybuttonstyle["line-height"] = "normal";
buybuttonstyle["cursor"] = "hand";
if (isIE) {
	buybuttonstyle['padding'] = 0;
} else if (isNav) {
	buybuttonstyle['padding'] = 0;
}

var msi_corp_website_prop = new menuItemProp(
	160,									// width
	"#6699CC",								// bgcolor #6FADCE
	"#333333",								// highlightcolor
	1,									// borderwidth
	"/IMAGES/nav_arrow.gif",						// imagesrc
	9,									// imagewidth
	msi_corp_website_style
);

var msi_corp_website_prop_sub = new menuItemProp(
	160,									// width
	"#5D7FAB",								// bgcolor #B1D2E4
	"#333333",								// highlightcolor
	1,									// borderwidth
	"/IMAGES/nav_arrow.gif",						// imagesrc
	9,									// imagewidth
	msi_corp_website_style
);

var qi_corp_website_prop = new menuItemProp(
	130,									// width
	"#6FADCE",								// bgcolor
	"#333333",								// highlightcolor
	1,									// borderwidth
	"/IMAGES/nav_arrow.gif",						// imagesrc
	9,									// imagewidth
	qi_corp_website_style
);