/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

              _   _  ___  ____          ___  _____ 
             | | | ||_ _||  _ \        |_ _||_   _|
             | |_| | | | | |_) | _____  | |   | |
             |  _  | | | |  __/ |_____| | |   | |
             |_| |_||___||_|           |___|  |_|
 
   
        (c) Concept, vormgeving, ontwerp en uitvoering
         ~~ HIP-IT BV (Media Laboratory) Amsterdam ~~
           Tel. +31-(0)20-617 02 82, info@hip-it.nl
                        www.hip-it.nl

(c) 1999-2008 HIP-IT Media Produkties BV
(c) Redouan Salmoun

All rights reserved! Alle rechten voorbehouden. Niets uit deze uitgave
mag zonder voorafgaande schriftelijke toestemming van HIP-IT
verveelvoudigd en/of openbaar worden gemaakt!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
AttachEvent(document, 'keydown', checkEsc, false);
function initYasmina()
{
  wbds_ads.load();
}


function checkEsc()
{
  if (window.event.keyCode == 27)
  {
    if (document.getElementById('dialog'))
    {
      sluitDivPop();
    }
  }
}

function yasminaChat()
{
  openVenster('http://ct.marokko.nl/interface.html', 'YasminaCTs','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=990,height=700','no','random')
}

function hideplayer()
{
  contract('rflv');
  setTimeout('checkBlur()', 2000);
}

function checkBlur()
{
  if (mvcblur == true)
  {
    setTimeout('checkBlur()', 500);
  }
  else
  {
    expand('rflv');
  } 
}