function skip_intro()
{
    document.getElementById("video").innerHTML = '<iframe src="http://www.quooker.no/no-no/index_start.html" frameborder="0" scrolling="no" width="953" height="420"></iframe>';
}
function showFilm(nn)
{
    document.getElementById("video_block").innerHTML = "<video width='600' height='480' controls='controls' autoplay='autoplay'><source src='film/"+nn+".ogg' type='video/ogg' /><source src='film/"+nn+".mp4' type='video/mp4' /><source src='film/"+nn+".webm' type='video/webm' /><object type='application/x-shockwave-flash' data='http://flv-player.net/medias/player_flv.swf' width='600' height='480'><param name='movie' value='http://flv-player.net/medias/player_flv.swf' /><param name='allowFullScreen' value='true' /><param name='FlashVars' value='flv=http%3A//www.quooker.dk/dk/flv/"+nn+".flv&amp;width=600&amp;height=480&amp;autoplay=1&amp;autoload=1&amp;buffer=10' /></video>";
}
