// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Forms   Radio Button1' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr1','Frog 8 speed:1295'); 	F_OM('FormsRadioButton18' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr1','Frog Rohloff:2195'); 	F_OM('Forms Radio Button28' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'product1[]',', Black'); 	F_OM('Forms Radio Button29' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'product1[]',', Magenta'); 	F_OM('FormsRadioButton38' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr4','Softer   suspension:0'); 	F_OM('FormsRadioButton39' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr4','Medium suspension:0'); 	F_OM('FormsRadioButton40' , '', 'rad', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr4','Harder suspension:0'); 	F_OM('Forms Checkbox4' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr5'); 	F_OM('Forms   Checkbox1' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr6'); 	F_OM('Forms   Checkbox23' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr9'); 	F_OM('FormsCheckbox39' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr16'); 	F_OM('Forms Checkbox9' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr20'); 	F_OM('FormsCheckbox41' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr22'); 	F_OM('FormsCheckbox42' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr22'); 	F_OM('FormsCheckbox43' , '', 'chk', 'Layout',new Array(	'Clicked','Layout','Close','',0),'',0,'productpr23'); 	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)); } );
	$('#Forms   Radio Button1').bind('click', function(__e) { return (F_e('Forms   Radio Button1', F_CL, __e)); } );
	$('#FormsRadioButton18').bind('click', function(__e) { return (F_e('FormsRadioButton18', F_CL, __e)); } );
	$('#Forms Radio Button28').bind('click', function(__e) { return (F_e('Forms Radio Button28', F_CL, __e)); } );
	$('#Forms Radio Button29').bind('click', function(__e) { return (F_e('Forms Radio Button29', F_CL, __e)); } );
	$('#FormsRadioButton38').bind('click', function(__e) { return (F_e('FormsRadioButton38', F_CL, __e)); } );
	$('#FormsRadioButton39').bind('click', function(__e) { return (F_e('FormsRadioButton39', F_CL, __e)); } );
	$('#FormsRadioButton40').bind('click', function(__e) { return (F_e('FormsRadioButton40', F_CL, __e)); } );
	$('#Forms Checkbox4').bind('click', function(__e) { return (F_e('Forms Checkbox4', F_CL, __e)); } );
	$('#Forms   Checkbox1').bind('click', function(__e) { return (F_e('Forms   Checkbox1', F_CL, __e)); } );
	$('#Forms   Checkbox23').bind('click', function(__e) { return (F_e('Forms   Checkbox23', F_CL, __e)); } );
	$('#FormsCheckbox39').bind('click', function(__e) { return (F_e('FormsCheckbox39', F_CL, __e)); } );
	$('#Forms Checkbox9').bind('click', function(__e) { return (F_e('Forms Checkbox9', F_CL, __e)); } );
	$('#FormsCheckbox41').bind('click', function(__e) { return (F_e('FormsCheckbox41', F_CL, __e)); } );
	$('#FormsCheckbox42').bind('click', function(__e) { return (F_e('FormsCheckbox42', F_CL, __e)); } );
	$('#FormsCheckbox43').bind('click', function(__e) { return (F_e('FormsCheckbox43', F_CL, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Picture646A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.aitsafe.com/cf/review.cfm?userid=1965930'); } );
	$('#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"] = {
	"NavigationButton26" : { image: "../assets/images/autogen/Bikes_Hhighlighted_1.gif", rollover: "../assets/images/autogen/Bikes_HRregular_1.gif", w: 146, h: 36 },
	"NavigationButton27" : { image: "../assets/images/autogen/Parts---Accs_Nregular_1.gif", rollover: "../assets/images/autogen/Parts---Accs_NRhighlighted_1.gif", w: 146, h: 36 },
	"NavigationButton28" : { image: "../assets/images/autogen/About-Us_Nregular_1.gif", rollover: "../assets/images/autogen/About-Us_NRhighlighted_1.gif", w: 146, h: 36 },
	"NavigationButton29" : { 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"] = {
	"NavigationButton30" : { 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


