if (document.images)
{
   // Preload images
   news_off = new Image(92,47);
   news_off.src = "http://www.ukterrorist.com/templateimages/news_off.gif";
   news_on = new Image(92,47);
   news_on.src = "http://www.ukterrorist.com/templateimages/news_on.gif";

   articles_off = new Image(89,47);
   articles_off.src = "http://www.ukterrorist.com/templateimages/articles_off.gif";
   articles_on = new Image(89,47);
   articles_on.src = "http://www.ukterrorist.com/templateimages/articles_on.gif";

   interviews_off = new Image(88,47);
   interviews_off.src = "http://www.ukterrorist.com/templateimages/interviews_off.gif";
   interviews_on = new Image(88,47);
   interviews_on.src = "http://www.ukterrorist.com/templateimages/interviews_on.gif";

   forums_off = new Image(90,47);
   forums_off.src = "http://www.ukterrorist.com/templateimages/forums_off.gif";
   forums_on = new Image(90,47);
   forums_on.src = "http://www.ukterrorist.com/templateimages/forums_on.gif";
}

function change(imageName,imageFile)
{
   if(!document.images) return;
     document.images[imageName].src = eval(imageFile + ".src");
}

function popUp(url,width,height)
{
   newWindow = window.open(url,'windowNew','width='+width+',height='+height+',status=no,toolbar=no,menubar=no,scrollbars=yes,screenX=200,screenY=200,left=200,top=200,resizable=yes');
}