// englishIE5 = (document.getElementById);IE4 = (document.all);if ( !IE5 && !IE4) {	NS = 1;} else {	NS = 0;}// preLoadImagespreLoadImg = new Array();preLoadImg[0] = 'images/link02_1s.gif';preLoadImg[1] = 'images/link03_1s.gif';preLoadImg[2] = 'images/link04_1s.gif';preLoadImg[3] = 'images/link04_2s.gif';preLoadImg[4] = 'images/link04_3s.gif';preLoadImg[5] = 'images/link04_4s.gif';preLoadImg[6] = 'images/link04_5s.gif';preLoadImg[7] = 'images/link04_6s.gif';preLoadImg[8] = 'images/link04_7s.gif';preLoadImg[9] = 'images/link04_8s.gif';preLoadImg[10] = 'images/link05_1s.gif';preLoadImg[11] = 'images/link06_1s.gif';preLoadImg[12] = 'images/link07_1s.gif';preLoadImg[13] = 'images/link07_2s.gif';preLoadImg[14] = 'images/link07_3s.gif';preLoadImg[15] = 'images/header_1s.gif';preLoadImg[16] = 'images/header_91s.gif';preLoadImg[17] = 'images/header_92s.gif';preLoadImg[18] = 'images/header_93s.gif';// centering pos data// data : IDname, width, xOfset, xPos// [ id, w, p, x ]  :  p = x - 800/2 + w/2centerSetData = new Array();centerSetData[1] = ['tab',800,0,0];centerSetData[2] = ['tab2',76,-234,128];centerSetData[3] = ['tab3',75,-158,204];centerSetData[4] = ['tab4',76,-83,279];centerSetData[5] = ['tab5',76,-7,355];centerSetData[6] = ['tab6',76,69,431];centerSetData[7] = ['tab7',76,145,507];centerSetData[8] = ['tab8',32,225,609];centerSetData[9] = ['bar2',800,0];centerSetData[10] = ['bar3',800,0];centerSetData[11] = ['bar4',800,0];centerSetData[12] = ['bar5',800,0];centerSetData[13] = ['bar6',800,0];centerSetData[14] = ['bar7',800,0];centerSetData[15] = ['bar8',800,0];function obiChg(num) {	document.obi.src = "images/el"+num+".gif";}function barShow(pos) {	for ( i=2; i<=8; i++) {		if ( i != cPage) {			layShow("tab"+i, 0);			layShow("bar"+i, 0);		}	}	layShow("tab"+pos, 1);	layShow("bar"+pos, 1);}function barHide(pos) {	if ( pos != cPage) {		layShow("tab"+pos, 0);		layShow("bar"+pos, 0)	}}function barShowOnly(pos) {	layShow("tab"+pos, 1);	layShow("bar"+pos, 1)}// Layer visible chg ----------------------------------function layShow( lay, com) {	if ( IE5) { command = (com) ? "visible" : "hidden" ; document.getElementById(lay).style.visibility = command ;}  	else if (IE4) { command = (com) ? "visible" : "hidden" ; document.all(lay).style.visibility = command ;}	else if (NS) { command = (com) ? "show" : "hide" ;document.layers[lay].visibility = command ;}}function cngstatus(txt) {	window.status = txt ? txt : '';	return true;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length; for(i=0; i<preLoadImg.length; i++)    if (preLoadImg[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=preLoadImg[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function KR_centerLayers() { //v4.1.1	if (document.layers || document.all || document.getElementById){		var winWidth, i, width, offsetX, x;				onresize = KR_reload;			winWidth = (document.all)?document.body.clientWidth:window.innerWidth;						for (i=1; i<=(centerSetData.length-1); i+=1) {			width   = centerSetData[i][1];			offsetX = centerSetData[i][2];					x = ((winWidth - width)/2) + offsetX;			x = ( x < 0 )?0:x;			if ( winWidth < 800 && width < 800) {				x = centerSetData[i][3];				//x = offsetX - Math.ceil(width/2) + 800/2;			}			layerObj = (document.getElementById)?document.getElementById(centerSetData[i][0]):MM_findObj(centerSetData[i][0]);						if (layerObj!=null) {				layerObj = (layerObj.style)?layerObj.style:layerObj;				layerObj.left = x;			}		}	}}function KR_reload() {location.reload();}