// swfobject code with flash wmode transparancy
var flashvars = {};
var params = {wmode:"transparent"};
var attributes = {};
swfobject.embedSWF("images/header-car.swf", "flash", "670", "270", "8.0.0","expressInstall.swf", flashvars, params, attributes); 
swfobject.embedSWF("images/header-int.swf", "flash2", "670", "230", "8.0.0","expressInstall.swf", flashvars, params, attributes); 

function opdisc() {
  $("#formdisclaimer").slideDown('slow', function() {
    // Animation complete.
  });

}

function cldisc() {
  $("#formdisclaimer").slideUp('slow', function() {
    // Animation complete.
  });
}

   // GOOGLE ANALYTICS ADDED 091911 - RG
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25819465-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);
  })();



