// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('MehrfachLayoutBereich1' , 'MehrfachLayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich4' , 'LayoutBereich4LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich5' , 'LayoutBereich5LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich7' , 'LayoutBereich7LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich8' , 'LayoutBereich8LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich9' , 'LayoutBereich9LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
	F_OM('Fishing' , 'FishingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich1',0),'',0);
 	F_OM('Watching' , 'WatchingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich2',0),'',0);
 	F_OM('Whitewater' , 'WhitewaterLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich3',0),'',0);
 	F_OM('Hiking' , 'HikingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich4',0),'',0);
 	F_OM('Canoeing' , 'CanoeingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich5',0),'',0);
 	F_OM('Cruising' , 'CruisingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich6',0),'',0);
 	F_OM('Visiting' , 'VisitingLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich7',0),'',0);
 	F_OM('Wildlife' , 'WildlifeLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich8',0),'',0);
 	F_OM('Relax' , 'RelaxLYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich9',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FishingA').bind('mouseover', function(__e) { return (F_e('Fishing', F_MV, __e)); } );
	$('#WatchingA').bind('mouseover', function(__e) { return (F_e('Watching', F_MV, __e)); } );
	$('#WhitewaterA').bind('mouseover', function(__e) { return (F_e('Whitewater', F_MV, __e)); } );
	$('#HikingA').bind('mouseover', function(__e) { return (F_e('Hiking', F_MV, __e)); } );
	$('#CanoeingA').bind('mouseover', function(__e) { return (F_e('Canoeing', F_MV, __e)); } );
	$('#CruisingA').bind('mouseover', function(__e) { return (F_e('Cruising', F_MV, __e)); } );
	$('#VisitingA').bind('mouseover', function(__e) { return (F_e('Visiting', F_MV, __e)); } );
	$('#WildlifeA').bind('mouseover', function(__e) { return (F_e('Wildlife', F_MV, __e)); } );
	$('#RelaxA').bind('mouseover', function(__e) { return (F_e('Relax', F_MV, __e)); } );
});
// End Actions


