
filmnr=0
function hidediv(Txt) {
location.reload(true);
document.getElementById('film').style.display = 'none';
document.getElementById('film_en').style.display = 'none';
document.getElementById('film_to').style.display = 'none';
document.getElementById('film_tre').style.display = 'none';
document.getElementById('film_fem').style.display = 'none';
document.getElementById('film_seks').style.display = 'none';
}
function showdiven() {
document.getElementById('ciscoen').style.color = '#B9D300';
document.getElementById('ciscoto').style.color = '#fff';
document.getElementById('ciscotre').style.color = '#fff';
document.getElementById('to_fire').style.color = '#fff';
document.getElementById('kamp').style.color = '#fff';
document.kamp_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.en_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.getElementById('cisco').style.color = '#B9D300';
document.cisco_img.src='/datametrix/mm.nsf/lupgraphics/gronn_play_knapp.gif/$file/gronn_play_knapp.gif';
document.getElementById('film_en').style.display = 'inline';
document.getElementById('film').style.display = 'inline';
filmnr=1
}
function showdivto() {
document.getElementById('ciscoto').style.color = '#B9D300';
document.getElementById('ciscoen').style.color = '#fff';
document.getElementById('ciscotre').style.color = '#fff';
document.getElementById('to_fire').style.color = '#fff';
document.getElementById('kamp').style.color = '#fff';
document.kamp_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.en_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.getElementById('cisco').style.color = '#B9D300';
document.cisco_img.src='/datametrix/mm.nsf/lupgraphics/gronn_play_knapp.gif/$file/gronn_play_knapp.gif';
document.getElementById('film_to').style.display = 'inline';
document.getElementById('film').style.display = 'inline';
filmnr=2
}
function showdivtre() {
document.getElementById('ciscotre').style.color = '#B9D300';
document.getElementById('ciscoto').style.color = '#fff';
document.getElementById('ciscoen').style.color = '#fff';
document.getElementById('to_fire').style.color = '#fff';
document.getElementById('kamp').style.color = '#fff';
document.kamp_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.en_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.getElementById('cisco').style.color = '#B9D300';
document.cisco_img.src='/datametrix/mm.nsf/lupgraphics/gronn_play_knapp.gif/$file/gronn_play_knapp.gif';
document.getElementById('film_tre').style.display = 'inline';
document.getElementById('film').style.display = 'inline';
filmnr=3
}
function showdivfem() {
document.getElementById('to_fire').style.color = '#B9D300';
document.getElementById('ciscotre').style.color = '#fff';
document.getElementById('ciscoto').style.color = '#fff';
document.getElementById('ciscoen').style.color = '#fff';
document.getElementById('cisco').style.color = '#fff';
document.getElementById('kamp').style.color = '#fff';
document.en_img.src='/datametrix/mm.nsf/lupgraphics/gronn_play_knapp.gif/$file/gronn_play_knapp.gif';
document.kamp_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.cisco_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.getElementById('film_fem').style.display = 'inline';
document.getElementById('film').style.display = 'inline';
filmnr=5
}
function showdivseks() {
document.getElementById('kamp').style.color = '#B9D300';
document.getElementById('ciscotre').style.color = '#fff';
document.getElementById('ciscoto').style.color = '#fff';
document.getElementById('ciscoen').style.color = '#fff';
document.getElementById('cisco').style.color = '#fff';
document.getElementById('to_fire').style.color = '#fff';
document.kamp_img.src='/datametrix/mm.nsf/lupgraphics/gronn_play_knapp.gif/$file/gronn_play_knapp.gif';
document.en_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.cisco_img.src='/datametrix/mm.nsf/lupgraphics/hvit_play_knapp.gif/$file/hvit_play_knapp.gif';
document.getElementById('film_seks').style.display = 'inline';
document.getElementById('film').style.display = 'inline';
filmnr=6
}
function play() {
document.getElementById('film').style.display = 'inline';
if(filmnr==1){document.getElementById('film_en').style.display = 'inline';}
if(filmnr==2){document.getElementById('film_to').style.display = 'inline';}
if(filmnr==3){document.getElementById('film_tre').style.display = 'inline';}
if(filmnr==5){document.getElementById('film_fem').style.display = 'inline';}
if(filmnr==6){document.getElementById('film_seks').style.display = 'inline';}
}
function showdivfire() {
document.getElementById('film_fire').style.display = 'inline';
}
function showdivfirelukk() {
document.getElementById('film_fire').style.display = 'none';
}


