sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h1.storrubrik'
      ,css: [
        '.sIFR-root { color: #203b45; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #CC0066; }'
        ,'a:hover { color: #000000; }'
      ]
    });
	  
	  
	        sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h2.litentext'
      ,css: [
        '.sIFR-root { color: #536870; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #CC0066; }'
        ,'a:hover { color: #000000; }'
      ]
    });
			
			
	 sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h4.undersidarubrik'
      ,css: [
        '.sIFR-root { color: #000000; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #BC402A; }'
        ,'a:hover { color: #000000; }'
      ]
    });
	 
	 
	 
	  sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h4.undersidarubrikVit'
      ,css: [
        '.sIFR-root { color: #FFFFFF; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #BC402A; }'
        ,'a:hover { color: #000000; }'
      ]
    });
					
					
							        sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h1.avdelning'
      ,css: [
        '.sIFR-root { color: #BC402A; font-size:20px; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #BC402A; }'
        ,'a:hover { color: #000000; }'
      ]
    });
		
		
		
		/*	
			        sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h3.brodtext'
      ,css: [
        '.sIFR-root { color: #2f3c41; leading: 1 }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #BC402A; }'
        ,'a:hover { color: #000000; }'
      ]
    });
					*/
					
					
	sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h6.lcdtext'
      ,css: [
        '.sIFR-root { color: #E9E7DC; leading: 2; text-align:center; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #E9E7DC; }'
        ,'a:hover { color: #bab9b2; }'
      ]
    });
	
	
	sIFR.replace(hermes, {
	wmode: 'transparent',
      selector: 'h5.namntext'
      ,css: [
        '.sIFR-root { color: #BC402A; leading: 2; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #E9E7DC; }'
        ,'a:hover { color: #bab9b2; }'
      ]
    });




function hidediv(arg) {
    document.getElementById(arg).style.display = 'none';
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function aktiveraFlik(obj) {
	
	var obj = document.getElementById(obj);
	

obj.style.backgroundColor = "#FDFDDF"; 
obj.style.borderRight = "solid 1px #ffcc99"; 

}

function InaktiveraFlik(obj) {
	
	var obj = document.getElementById(obj);
	

obj.style.backgroundColor = "white";
obj.style.borderRight = "solid 1px #ffffff"; 

}


function switchMenu(obj) {
	var el = document.getElementById(obj);
	if ( el.style.display != "none" ) {
		el.style.display = 'none';
	}
	else {
		el.style.display = '';
	}
}

function openMenu(obj) {
	var el = document.getElementById(obj);
	
		el.style.display = '';
	
}

function killMenu(obj) {
	var el = document.getElementById(obj);
	if ( el.style.display != "none" ) {
		el.style.display = 'none';
	}
	else {
		el.style.display = 'none';
	}
}


                
function stopRKey(evt) { 
  var evt = (evt) ? evt : ((event) ? event : null); 
  var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null); 
if ((evt.keyCode == 13) && ((node.type=="text") || (node.type=="password"))) {return false;}
} 

document.onkeypress = stopRKey; 


function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}


function MM_setTextOfLayer(objId,x,newText) { //v9.0
  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}


function MM_setTextOfTextfield(objId,x,newText) { //v9.0
  with (document){ if (getElementById){
    var obj = getElementById(objId);} if (obj) obj.value = newText;
  }
}


function unselect()
{
  //document.forms[0].Pris[index].checked = false;
  
  var cBoxes = document.forms[0].Pris;
for(var i=0, n=cBoxes.length; i<n; ++i){
cBoxes[i].checked = false;
}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
