﻿/* <![CDATA[ */

function setMeny(page){
currentPage = page;
var myTDId = "td"+page;
var myLinkId = "meny"+page;
document.getElementById(myTDId).style.backgroundImage = "url('" + myImage1.src + "')";
document.getElementById(myLinkId).style.color = "#ffff66";
}

function mouseInButton(obj){
    obj.style.backgroundPosition = "top center";
    }

 function mouseOutButton(obj){
    obj.style.backgroundPosition = "bottom center";
    }
    
 function rowBGcolorIn(obj){
	    if ((obj != null) && (obj.style != null)){
             obj.style.backgroundColor= "#FFFF99";
             }
		}

 function rowBGcolorOut(obj){
	     if ((obj != null) && (obj.style != null)){
		    obj.style.backgroundColor= "#FFFFFF";
            }
		} 
		
function rowBGcolor(obj, color)
{
 if ((obj != null) && (obj.style != null)){
 obj.style.backgroundColor = color;
}
}
		
 function closePU(){
     	if(fonster != null){
        fonster.close ();
        }
        
        if(fonster1 != null){
	    fonster1.close ();
    	}

    	if(fonster2 != null){
	    fonster2.close ();
    	}
    	
    	if(fonster3 != null){
	    fonster3.close ();
    	}
        
    }	
    
      function StangFonster(){
    this.window.close();
    }  

/* ]]> */