// On Page Load
$(document).ready(function(){ 
	$('div#quote').hide();
	$('a#openform').click(function() {
		$('#quote').slideToggle('500');
		return false;
	});
	
	$('#quoteForm').ajaxForm({
	target: '#results',
	success: function() {
			$('#results').fadeIn('slow');
		}
	});

	$('#contact_form').ajaxForm({
	target: '#contactResults',
	success: function() {
			$('#ContactResults').fadeIn('slow');
		}
	});

$(".stripes tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});
	$(".stripes tr:even").addClass("alt");
}); 


var sifr3 = {
  src: '/images/sifr.swf'
};

sIFR.activate();

sIFR.replace(sifr3, {
  selector: 'h1, h2, #main h3, #main h4, #whyChoose h3, #content-left h3, th',
	wmode: 'transparent',
	css: {
      '.sIFR-root': { 'color': '#333333' }
	}
});
