// Copyright (c) 2009 Firestorm Online Ltd 
// Author: Baz Firestorm
// For details, visit our web site web site: http://www.firestorm-online.com/

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17914110-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

var $ = function(id) { return document.getElementById(id); };

function navROLL(elm,imgON,imgOFF)
{
$(elm).style.backgroundImage = ($(elm).style.backgroundImage == (imgON)) ? (imgOFF) : (imgON);
}

function FP_preloadImgs() 
{//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features); 
  return false;
}
