var lang = "??";
var tamyvi;
var zoek;
var endcom = '';
var d='home.html';
var z;

z=location.href.substr(location.href.lastIndexOf("/")+1) + '?';
z=z.substr(0,z.indexOf('?'));

zoek=location.search.replace("?",";")+";";

lengte=zoek.indexOf(";l=");
if (lengte>=0)
   {
    lang=zoek.substr(lengte+3);
    lang=lang.substr(0,lang.indexOf(";"));
    lang=lang.toLowerCase()
   } 

lengte=zoek.indexOf(";d=");
if (lengte>=0)
   {
    d=zoek.substr(lengte+3);
    d=d.substr(0,d.indexOf(";"));
    d=d.toLowerCase()
   } 

if (lang=="??")
  {
   var l=navigator.language? navigator.language : navigator.userLanguage;
   if (l==undefined)
     {l="en"}
   l=l.substr(0,2);
   l=l.toLowerCase();
   lang=l; 
  } 
else
  {l=lang}

switch(l)
 {
 case "it": break;
 case "nl": break;
 default:   l='en';lang="gb";
}

switch(l)
{
case "it": document.write('<LINK rel="stylesheet" type="text/css" href="it.css">'); break;
case "nl": document.write('<LINK rel="stylesheet" type="text/css" href="nl.css">'); break;
default:   document.write('<LINK rel="stylesheet" type="text/css" href="en.css">'); l='en';lang="gb";
}


var fpage;
var IsWrt = lang; 
if (z!="start.html" && self.location==top.location.href)
  {d=location.href.substr(location.href.lastIndexOf("/")+1) + '?';
   d=d.substr(0,d.indexOf('?'));
   top.location.href="start_"+lang+".html?l=" + l + ";d=" + d}

function TAG(wrt)
{
  document.write(wrt)
}

function GB(wrt) 
{
  if (IsWrt == 'gb')
    { document.write(wrt) }
  IsWrt = 'gb' 
}

function IT(wrt) 
{
   if (lang == 'it')
    { 
      document.write(wrt)
      IsWrt = 'it'
    }
}
 
function NL(wrt) 
{
   if (lang == 'nl')
    { document.write(wrt)
      IsWrt = 'nl' }
}


function LoadContent()
{
 parent.document.getElementById("content_c").cols="*,0";
 document.body.style.scrollbarBaseColor="#F77A2C";
}


function open_win(doel,breedte,hoogte,type,afbeelding)
{
 var mediadoel;   
   mediadoel="media.html?TMB="+breedte+";TMH="+hoogte;  
   if (type!=undefined)
      {mediadoel=mediadoel+";TMT="+type;}
   if (afbeelding!=undefined)
      {mediadoel=mediadoel+";TMI="+afbeelding;}
   mediadoel=mediadoel+";TMD="+doel;
   tamyvi = window.open(mediadoel,"tamyvi","titlebar=no, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width="+breedte+", height="+hoogte,false);
}

function open_video(doel,breedte,hoogte,titel)
{
  parent.document.getElementById("tvideo").innerHTML="<br>"+titel; 
  parent.document.getElementById("video").src=doel;  
}

function open_wmv(doel,breedte,hoogte,titel)
{
  parent.document.getElementById("tvideo").innerHTML="<br>"+titel; 
  parent.document.getElementById("video").src="wmv.html?TMD="+doel+";TMB="+"300"+";TMH="+"200";  
}

function stop_music()
{ 
  parent.document.getElementById("music").src="musicstop.html";
  document.getElementById("VIDIMG").style.visibility = "hidden"; 
  document.getElementById("VIDEO1").style.visibility = "visible"; 
  document.getElementById("VIDEO1").src="http://www.youtube.com/v/1iXEs6V5pKM&hl=en&autoplay=1&rel=0&start=5"  
}
