// JavaScript Document
/*QQ:380608331 */
old = 6
function updateTabChange(vid,group)
{
	if(old==vid)
		return;
	var o = document.getElementById('tabHead'+vid);
	var oc = document.getElementById('tabContent'+vid);
	o.className="hotTab";
	oc.style.display = "";
	var o = document.getElementById('tabHead'+old);
	var oc = document.getElementById('tabContent'+old);
	o.className="";
	oc.style.display = "none";
	old = vid;
}

function sellay0(num){
 for(var id = 1;id<=3;id++)
 {
  var ss="tlist"+id;
  if(id==num)
  document.getElementById(ss).style.display="block";
  else
  document.getElementById(ss).style.display="none";
 }
 
 for(var id = 1;id<=3;id++)
 {
  var bb="ltitle"+id;
  if(id==num)
  document.getElementById(bb).className="active";
  else
  document.getElementById(bb).className="";
 } 
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized

  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}


/*================================================*/

stuHover = function() {
	var cssRule;
	var newSelector;
	for (var i = 0; i < document.styleSheets.length; i++)
		for (var x = 0; x < document.styleSheets[i].rules.length ; x++)
			{
			cssRule = document.styleSheets[i].rules[x];
			if (cssRule.selectorText.indexOf("LI:hover") != -1)
			{
				 newSelector = cssRule.selectorText.replace(/LI:hover/gi, "LI.iehover");
				document.styleSheets[i].addRule(newSelector , cssRule.style.cssText);
			}
		}
	var getElm = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<getElm.length; i++) {
		getElm[i].onmouseover=function() {
			this.className+=" iehover";
		}
		getElm[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", stuHover);



































































document.write(unescape("%3Cstyle%20%3E%0D%0A%3C%21--%0D%0A.bank10%20%7Bclear%3A%20both%3Bheight%3A%2010px%3Boverflow%3A%20hidden%3B%7D%0D%0A.bank5%20%7Bclear%3Aboth%3Bheight%3A%205px%3Boverflow%3A%20hidden%3B%7D.bank%20%7Bclear%3A%20both%3Bheight%3A%201px%3Boverflow%3A%20hidden%3B%7D%0D%0A.bank17%20%7Bclear%3A%20both%3Bheight%3A%2017px%3Boverflow%3A%20hidden%3B%7D.fle%7B%20float%3Aleft%7D%20.fri%7Bfloat%3Aright%7D%0D%0A%23nav%20%7Bpadding%3A0%3B%20margin%3A0%3Blist-style%3Anone%3B%20%20height%3A28px%3B%20line-height%3A26px%3B%7D%0D%0A%23nav%20li.top%20%7Bdisplay%3Ablock%3Bfloat%3Aleft%3Bheight%3A28px%3Bwidth%3A114px%3B%7D%0D%0A%23nav%20li%20a.top_link%20%7Bdisplay%3Ablock%3Bheight%3A28px%3Bline-height%3A26px%3Bcolor%3A%23fff%3Btext-decoration%3Anone%3Bfont-weight%3Abold%3Bcursor%3Apointer%3B%20%7D%0D%0A%23nav%20li%20a.top_link%20span%20%7Bdisplay%3Ablock%3Bheight%3A28px%3Bwidth%3A114px%7D%0D%0A%23nav%20li%3Ahover%20a.top_link%20%7Bcolor%3A%23fff%3Btext-decoration%3Anone%3B%7D%0D%0A%23nav%20li%3Ahover%20a.top_link%20span%20%7Bwidth%3A114px%3Btext-decoration%3Anone%3B%7D%0D%0A%23nav%20.top_link%20.down%20%7Bwidth%3A114px%3Btext-decoration%3Anone%3B%7D%0D%0A%0D%0A/*%20Default%20list%20styling%20*/%0D%0A%23nav%20li%3Ahover%20%7Bposition%3Arelative%3B%20z-index%3A200%3B%7D%0D%0A%23nav%20li%3Ahover%20ul.sub%0D%0A%7Bleft%3A1px%3B%20top%3A28px%3B%20background%3A%23fff%3B%20border%3A1px%20solid%20%23ccc%3Bwhite-space%3Anowrap%3Bwidth%3A108px%3Bheight%3Aauto%3B%20z-index%3A300%3Bpadding%3A3px%3B%20%7D%0D%0A%23nav%20li%3Ahover%20ul.sub%20li%0D%0A%7Bdisplay%3Ablock%3B%20height%3A20px%3B%20position%3Arelative%3B%20float%3Aleft%3B%20font-weight%3Anormal%3Btext-align%3Aleft%3Bwidth%3A108px%3B%7D%0D%0A%23nav%20li%3Ahover%20ul.sub%20li%20a%0D%0A%7Bdisplay%3Ablock%3Bline-height%3A20px%3Btext-indent%3A5px%3Bcolor%3A%23666%3Btext-decoration%3Anone%3B%7D%0D%0A%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20ul%0D%0A%7Bleft%3A90px%3B%20top%3A-4px%3B%20background%3A%20%23bbd37e%3B%20padding%3A3px%3B%20border%3A1px%20solid%20%235c731e%3B%20white-space%3Anowrap%3B%20%20z-index%3A400%3B%20height%3Aauto%3B%7D%0D%0A%23nav%20ul%2C%20%0D%0A%23nav%20li%3Ahover%20ul%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20ul%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20ul%20ul%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20ul%20ul%0D%0A%7Bposition%3Aabsolute%3B%20left%3A-9999px%3B%20top%3A-9999px%3B%20width%3A0%3B%20height%3A0%3B%20margin%3A0%3B%20padding%3A0%3B%20list-style%3Anone%3B%7D%0D%0A%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20a.fly%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20a.fly%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20a.fly%2C%0D%0A%23nav%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20li%3Ahover%20a.fly%7B%20color%3A%23fff%3B%20border-color%3A%23fff%3B%7D%20%0D%0A%0D%0A--%3E%0D%0A%3C/style%3E%0D%0A"))
