
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_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,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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_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 MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

var isNN,isIE;
if (parseInt(navigator.appVersion.charAt(0))>=4){
	//alert(navigator.appName);
	isNN=(navigator.appName=="Netscape")?1:0;
	isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
}
if(isIE) {
	document.open();
	document.write('<style type="text/css">.menu a{ width:100%; }</style>');
	document.close();
}
function openWin(page,w,h){
	w = window.open(page,"","width="+w+",height="+h);
	w.focus();
}
function printArticle() {
	if (window.print) {
		setTimeout('window.print();',200);
	}
	else if (agt.indexOf("mac") != -1) {
		alert("Press 'Cmd+p' on your keyboard to print article.");
	}
	else {
		alert("Press 'Ctrl+p' on your keyboard to print article.")
	}
}
function hideMenus(lay1,lay2){
	MM_showHideLayers(lay1,'','hide');
	MM_showHideLayers(lay2,'','hide');
}
function showMenu(menu_id, back_id, link_id, show, delay)
{
	if (show){
		MM_showHideLayers(menu_id,'','show');
		MM_showHideLayers(back_id,'','show');
		if (typeof document.getElementById(link_id).s1 != "undefined"){
			window.clearTimeout(document.getElementById(link_id).s1);
		}
	} else {
		if (delay){
			document.getElementById(link_id).s1 = window.setTimeout("MM_showHideLayers('"+menu_id+"','','hide');MM_showHideLayers('"+back_id+"','','hide');",500);
		} else {
			MM_showHideLayers(menu_id,'','hide');
			MM_showHideLayers(back_id,'','hide');
			window.clearTimeout(document.getElementById(link_id).s1);
		}
	}
}

function navRollOver(img) {
			if (img == "cont") top.status="Contact us";
			else if (img == "cust") top.status="Customized solutions";
			else if (img == "ligh") top.status="Lighting calculation software";
			else if (img == "proj") top.status="Projects Flos contract";
			else if (img == "eng") top.status="English";
			else if (img == "it") top.status="Italian";
			else if (img == "ger") top.status="German";
			else if (img == "fr") top.status="french";
			else if (img == "spa") top.status="Spanish";
			else if (img == "por") top.status="Portugese";
			else if (img == "lic") top.status="Read license agreement";
			else if (img == "back") top.status="Go Back";
			else if (img == "prev") top.status="Previous page";
			else if (img == "next") top.status="Next page";
			else if (img == "read") top.status="Read more";
			else if (img == "download") top.status="Download the software";
			else if (img == "toppage") top.status="Top of page";
		}

		function navRollOut(img) {
			top.status="";
		}

function HighlightLeftButton(count,index){
	var itemindex;
	for (var i=0;i<count;i++){
		itemindex=i+1;
		if (itemindex<10)
			itemindex="0"+itemindex;
					//alert(document.getElementById("RPLeftCats_ctl"+itemindex+"_lbtnCat"))
		if(i==index){
			document.getElementById("RPLeftCats_ctl"+itemindex+"_lbtnCat").className="download-on";
		}
		else{
			document.getElementById("RPLeftCats_ctl"+itemindex+"_lbtnCat").className="";
			}
	}
}
function HighlightRightButton(count,index){
	var itemindex;
	for (var i=0;i<count;i++){
		itemindex=i+1;
		if (itemindex<10)
			itemindex="0"+itemindex;
						//alert(document.getElementById("RPRightCats_ctl"+itemindex+"_lbtnCat"))
		if(i==index){
			document.getElementById("RPRightCats_ctl"+itemindex+"_lbtnCat").className="download-on";
		}
		else{
			document.getElementById("RPRightCats_ctl"+itemindex+"_lbtnCat").className="";
			}
	}
}