var n3 = false;
image1       = new Image();
image1.src   = "/images/nav-home.png";
image1on     = new Image();
image1on.src = "/images/nav-home-on.png"

image2       = new Image();
image2.src   = "/images/nav-about.png";
image2on     = new Image();
image2on.src = "/images/nav-about-on.png"

image3       = new Image();
image3.src   = "/images/nav-galleries.png";
image3on     = new Image();
image3on.src = "/images/nav-galleries-on.png"

image4       = new Image();
image4.src   = "/images/nav-events.png";
image4on     = new Image();
image4on.src = "/images/nav-events-on.png"

image5       = new Image();
image5.src   = "/images/nav-links.png";
image5on     = new Image();
image5on.src = "/images/nav-links-on.png"

image6       = new Image();
image6.src   = "/images/nav-contact.png";
image6on     = new Image();
image6on.src = "/images/nav-contact-on.png"

image7       = new Image();
image7.src   = "/images/nav-blog.png";
image7on     = new Image();
image7on.src = "/images/nav-blog-on.png"

image8       = new Image();
image8.src   = "/images/home01.jpg";
image8on     = new Image();
image8on.src = "/images/home02.jpg"

image9       = new Image();
image9.src   = "/images/sidebar01.jpg";
image9on     = new Image();
image9on.src = "/images/sidebar02.jpg"


function on3(name)
{
    document[name].src = eval(name + "on.src");
}

function off3(name)
{
    document[name].src = eval(name + ".src");
}

n3 = true;
function on(name)
{
   if (n3)
      on3(name);
}

function off(name)
{
   if (n3)
      off3(name);
}




function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=330,left = 300.0,top = 80.0');");
}


function popUpTall(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=400,left = 300.0,top = 80.0');");
}


function popUpTall2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=460,left = 300.0,top = 80.0');");
}
	


/* Google Analytics */

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23139134-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);
  })();


//JQuery //




