
function gotoLoc( url ) {
 window.location.href= 'http://www.zoommagazine.dk/'+url;
}


function documentWrite( txt ) {
 document.writeln( txt );
}

function vmen( ref , skifttil , koen ) {
 if(skifttil)
 {
  ref.style.backgroundImage="none";
 }
 else
 {
  switch(koen){
   case 0:
    ref.style.backgroundImage="url('/img/menubarw.jpg')";
    break;
   case 1:
    ref.style.backgroundImage="url('/img/menubarm.jpg')";
    break;
   case 2:
    ref.style.backgroundImage="url('/img/menubaru.jpg')";
    break;
  }
 }
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
