/// <reference path="jquery-1.3.2-vsdoc.js" />
//v1.0
/* Copyright 2009-2010 WayTech.ca */
/* inquiry to admin@waytech */
/* start of the footer file*/
$(document).ready(function() {
	$("#switchLR").click(function () {
		$("#madeincanada").animate({width:'toggle'},"slow",function() {
			$("#switchLR").toggleClass('after');});
	});
	$("#lkAbout").colorbox({width:"80%",opacity:0.85,inline:true, href:"#boxAbout"});
	$(".iframeContact").colorbox({width:"720px",scrollbars:false, height:"640px", iframe:true});
});