
// JavaScript Document

function showLists() {
	// 
	if(window.location.protocol=="http:") {
	flyoutList('os100');
	flyoutList('os140');
	flyoutList('antiscalant');
	flyoutList('condensate');
	flyoutList('fuel');
	flyoutList('cleaning');
	}
}



function flyoutList(id)
{
	if (document.getElementById(id).style.display=='none')
		document.getElementById(id).style.display='';
	else
		document.getElementById(id).style.display='none';
}

function toggleText(obj) {
var hasInnerText = (document.getElementsByTagName("body")[0].innerText != undefined) ? true : false; sym=" [-]";
	if(hasInnerText){tx=obj.innerText;
	obj.innerText = (tx.indexOf("[-]")>-1)? tx.substring(0,tx.length-4) : tx+sym;
	}else{tx=obj.textContent;
	obj.textContent = (tx.indexOf("[-]")>-1)? tx.substr(0,tx.length-4) :tx+sym;
	}
}


//////
mc=new Array()
mc[0]='2352605923623043233431316055592333535537'; //s
mc[1]='52275835623043233431316055592333535537'; // a

function mc2(e) {
op='';chars='st2-n74opr.uyqz9m:0vwk_5x16hjab3igcdel8@f'; m='39525560243040';
inp=m+mc[e];for(i=0; i<inp.length; i+=2) {id=parseInt(inp.substr(i,2));op+=chars.charAt(id-23);}
window.location.href= op;
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}
