// JavaScript Document
        ddsmoothmenu.init({
            mainmenuid: "smoothmenu1", //menu DIV id
            orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
            classname: 'ddsmoothmenu', //class added to menu's outer DIV
            //customtheme: ["#154b6b", 'url("images/menu/gradient.png") repeat-x 0px 0px rgb(255, 255, 255);'], //["normal_background", "hover_background"]
			customtheme: ['url("images/menu/bg_nav_sides.png") no-repeat scroll 0 0;', 'url("images/menu/gradient.png") repeat-x 0px 0px rgb(255, 255, 255);'], 
            contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
			
        })
		

        //google tracking
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25834027-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);
  })();



