// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text3','Show','',0),'',0);
 	F_OM('Table3' , 'Table3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table4' , 'Table4LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Table5' , 'Table5LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture10',new Array(
		'Mouse Over','Text11','Show','',0,
		'Mouse Out','Text11','Hide','',0,
		'Mouse Over','Table2','Show','',0,
		'Mouse Out','Table2','Hide','',0,
		'Clicked','Layout','Go To','../html/uk_dealers.html',0),109,185,137,213);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture10',new Array(
		'Mouse Over','Text1','Show','',0,
		'Mouse Out','Text1','Hide','',0,
		'Mouse Over','Table1','Show','',0,
		'Mouse Out','Table1','Hide','',0,
		'Clicked','Layout','Go To','../html/uk_dealers.html',0),119,145,155,179);
		F_OM_Map('RectangleHotspot5' , 'rect', 'Picture10',new Array(
		'Mouse Over','Table3','Show','',0,
		'Mouse Out','Table3','Hide','',0,
		'Mouse Over','Text4','Show','',0,
		'Mouse Out','Text4','Hide','',0,
		'Clicked','Layout','Go To','../html/uk_dealers.html',0),51,143,99,217);
		F_OM_Map('RectangleHotspot6' , 'rect', 'Picture10',new Array(
		'Mouse Over','Text7','Show','',0,
		'Mouse Out','Text7','Hide','',0,
		'Mouse Over','Table5','Show','',0,
		'Mouse Out','Table5','Hide','',0,
		'Clicked','Layout','Go To','../html/uk_dealers.html',0),3,89,54,128);
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture10',new Array(
		'Mouse Over','Table4','Show','',0,
		'Mouse Out','Table4','Hide','',0,
		'Mouse Over','Text5','Show','',0,
		'Mouse Out','Text5','Hide','',0,
		'Clicked','Layout','Go To','../html/uk_dealers.html',0),55,6,135,128);
	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', F_MT, __e)); } );
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', F_MT, __e)); } );
	$('#RectangleHotspot5').bind('mouseover', function(__e) { return (F_e('RectangleHotspot5', F_MV, __e)); } );
	$('#RectangleHotspot5').bind('mouseout', function(__e) { return (F_e('RectangleHotspot5', F_MT, __e)); } );
	$('#RectangleHotspot6').bind('mouseover', function(__e) { return (F_e('RectangleHotspot6', F_MV, __e)); } );
	$('#RectangleHotspot6').bind('mouseout', function(__e) { return (F_e('RectangleHotspot6', F_MT, __e)); } );
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Nregular_1_1.gif", rollover: "../assets/images/autogen/Home_NRhighlightedRollover_1_1.gif", w: 190, h: 20 },
	"NavigationButton2" : { image: "../assets/images/autogen/UK_Dealers_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/UK_Dealers_HRhighlightedRollover_2_1.gif", w: 190, h: 25 },
	"NavigationButton3" : { image: "../assets/images/autogen/UK_News___Events_Nregular_1_1.gif", rollover: "../assets/images/autogen/UK_News___Events_NRhighlightedRollover_1_1.gif", w: 190, h: 20 },
	"NavigationButton4" : { image: "../assets/images/autogen/Berthoud_Products_Nregular_1_1.gif", rollover: "../assets/images/autogen/Berthoud_Products_NRhighlightedRollover_1_1.gif", w: 190, h: 20 }
};

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


// End Navigation Bars

