function MM_openBrWindow(theURL,winName,features) { //v2.0
var wo1;
wo1=window.open(theURL,winName,features);
wo1.focus();
}

/* flash */
function runflash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="787" height="380">\n');
    document.write('<param name="movie" value="html/images/home/flash.swf">\n');
    document.write('<param name=quality value=high><param name="wmode" value="transparent">\n');
    document.write(' <embed src="html/images/home/flash.swf" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="787" height="380"></embed>\n');
    document.write('</object>\n');
}

/* GoogleAnalytics */
function ga(){
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-8090622-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);
  })();
}
