// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Picture646' , 'Picture646LYR', 'img', 'Layout',new Array(	'Page Loaded','Picture646','Set Image',F_Parm('Image 1 (Normal)','../assets/images/cart.gif','Image 2 (Highlighted)','../assets/images/cart2.gif','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,	'Mouse Over','Picture646','Use Image','Image 2 (Highlighted)',0,	'Mouse Out','Picture646','Use Image','Image 1 (Normal)',0,	'Clicked','Picture646','Use Image','Image 1 (Normal)',0,	'Clicked','Layout','Go To','http://www.aitsafe.com/cf/review.cfm?userid=1965930',0),'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
	$('#Picture646A').bind('click', function(__e) { return (F_e('Picture646', F_CL, __e)); } );
	$('#Picture646A').bind('mouseover', function(__e) { return (F_e('Picture646', F_MV, __e)); } );
	$('#Picture646A').bind('mouseout', function(__e) { return (F_e('Picture646', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Picture646A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.aitsafe.com/cf/review.cfm?userid=1965930'); } );
	$('#Text4856Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.google.co.uk/maps?f=l&hl=en&view=map&geocode=&q=b%26b&near=G61+1AE&ie=UTF8&ll=55.889272,-4.292393&spn=0.049289,0.144024&z=13&om=1'); } );
	$('#Text5717Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:mail@kinetics-online.co.uk'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton35" : { image: "../assets/images/autogen/Bikes_Nregular_1.gif", rollover: "../assets/images/autogen/Bikes_NRhighlighted_1.gif", w: 146, h: 36 },
	"NavigationButton36" : { image: "../assets/images/autogen/Parts---Accs_Nregular_1.gif", rollover: "../assets/images/autogen/Parts---Accs_NRhighlighted_1.gif", w: 146, h: 36 },
	"NavigationButton37" : { image: "../assets/images/autogen/About-Us_Hhighlighted_1.gif", rollover: "../assets/images/autogen/About-Us_HRregular_1.gif", w: 146, h: 36 },
	"NavigationButton38" : { image: "../assets/images/autogen/Technical-Info_Nregular_1.gif", rollover: "../assets/images/autogen/Technical-Info_NRhighlighted_1.gif", w: 146, h: 36 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", rollover: true, autoClose: false });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar2 ul").hide();
});


ButtonsImageMapping["NavigationBar11"] = {
	"NavigationButton39" : { image: "../assets/images/autogen/How-To-Order_Nregular_1_1.gif", rollover: "../assets/images/autogen/How-To-Order_NRhighlighted_1_1.gif", w: 146, h: 36 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar11", rollover: true, autoClose: false });
	$("#NavigationBar11").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar11 ul").hide();
});


// End Navigation Bars


