﻿  //test
    //test

// 
function farveskift(tekst){

tekst.style.color='#00718a';
tekst.style.backgroundColor='#ffffff';

}

// 
function farveskiftud(tekst){
tekst.style.color='#ffffff';
tekst.style.backgroundColor='#00718a';
}

//prinfoFilm
function winop10()
{
windop = window.open("http://www.youtube.com/watch_popup?v=M2UAIDnwH9w","mywin","height=360,width=640");
windop.opener = null;
}
