function OpenMenu(id){ 
			document.getElementById( id ).style.visibility = 'visible';
		}
		function CloseMenu(id){ 
			document.getElementById( id ).style.visibility = 'hidden';
		}
		
if (document.images) {
   img1 = new Image(); img1.src = "img/menu_bt_01_b.jpg";
   img2 = new Image(); img2.src = "img/menu_bt_02_b.jpg";  
   img3 = new Image(); img3.src = "img/menu_bt_03_b.jpg";  
   img4 = new Image(); img4.src = "img/menu_bt_04_b.jpg";  
   img5 = new Image(); img5.src = "img/menu_bt_05_b.jpg"; 
   img6 = new Image(); img6.src = "img/menu_bt_06_b.jpg"; 
  
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}

document.write('<img src="w3a/writelog.php?ref='+document.referrer+'" width="1" height="1">');

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9598050-12']);
  _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);
})();

