jQuery(document).ready(function() {
	
	$('#getdirections').hide();
	
	$('#sub').click(function() {
			
		$('#getdirections').show();
		 
	});
	
	
	jQuery('.footer').html('<span><small>&copy;Copyright Avcan Management Inc. 2010</small></span>');
	jQuery('.header #fifty').html('<span id="fifty">50 Years of Excellence</span>');
	jQuery('.header #loc').html('<span>Toronto - Hamilton - Etobicoke</span>');
	jQuery('.header #logo').html('<img src="images/logo.png" />');
	jQuery('.header #lefttopimage').html('<img src="images/head1.jpg" />');
	jQuery('.header #righttopimage').html('<img src="images/head2.jpg" />');
	jQuery('#photographer').html('<span><small>Photos by Earl Walker</small></span>');
	
	
	$(function() {
		jQuery("#tabs").tabs();
	});
	
	$(function() {
		jQuery("#tabs2").tabs();
	});
	
	$(function() {
		jQuery("#tabs3").tabs();
	});
	
		
	
});





	

	
	

	

	

