// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PictureRollover2' , 'PictureRollover2LYR', 'img', 'Layout',new Array(
	'Page Loaded','PictureRollover2','Set Image',F_Parm('Image 1 (Normal)','../out_and_about_button.jpg','Image 2 (Highlighted)','../out_and_about_button_over.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','PictureRollover2','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','PictureRollover2','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To URL',F_Parm('URL','../html/out___about.html','Target Frame','This','Other Target',''),0),'',0);
 
	F_OM('PictureRollover13' , 'PictureRollover13LYR', 'img', 'Layout',new Array(
	'Page Loaded','PictureRollover13','Set Image',F_Parm('Image 1 (Normal)','../villa_button.jpg','Image 2 (Highlighted)','../villa_button_over.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','PictureRollover13','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','PictureRollover13','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To URL',F_Parm('URL','../index.html','Target Frame','This','Other Target',''),0),'',0);
 	F_OM('PictureRollover14' , 'PictureRollover14LYR', 'img', 'Layout',new Array(
	'Page Loaded','PictureRollover14','Set Image',F_Parm('Image 1 (Normal)','../reviews_button.jpg','Image 2 (Highlighted)','../reviews_button_over.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','PictureRollover14','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','PictureRollover14','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To URL',F_Parm('URL','../html/reviews.html','Target Frame','This','Other Target',''),0),'',0);
 	F_OM('PictureRollover15' , 'PictureRollover15LYR', 'img', 'Layout',new Array(
	'Page Loaded','PictureRollover15','Set Image',F_Parm('Image 1 (Normal)','../prices_button1.jpg','Image 2 (Highlighted)','../prices_button_over1.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','PictureRollover15','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','PictureRollover15','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To URL',F_Parm('URL','../html/prices.html','Target Frame','This','Other Target',''),0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PictureRollover13A').bind('mouseover', function(__e) { return (F_e('PictureRollover13', F_MV, __e)); } );
	$('#PictureRollover13A').bind('mouseout', function(__e) { return (F_e('PictureRollover13', F_MT, __e)); } );
	$('#PictureRollover13A').bind('click', function(__e) { return (F_e('PictureRollover13', F_CL, __e)); } );
	$('#PictureRollover2A').bind('mouseover', function(__e) { return (F_e('PictureRollover2', F_MV, __e)); } );
	$('#PictureRollover2A').bind('mouseout', function(__e) { return (F_e('PictureRollover2', F_MT, __e)); } );
	$('#PictureRollover2A').bind('click', function(__e) { return (F_e('PictureRollover2', F_CL, __e)); } );
	$('#PictureRollover14A').bind('mouseover', function(__e) { return (F_e('PictureRollover14', F_MV, __e)); } );
	$('#PictureRollover14A').bind('mouseout', function(__e) { return (F_e('PictureRollover14', F_MT, __e)); } );
	$('#PictureRollover14A').bind('click', function(__e) { return (F_e('PictureRollover14', F_CL, __e)); } );
	$('#PictureRollover15A').bind('mouseover', function(__e) { return (F_e('PictureRollover15', F_MV, __e)); } );
	$('#PictureRollover15A').bind('mouseout', function(__e) { return (F_e('PictureRollover15', F_MT, __e)); } );
	$('#PictureRollover15A').bind('click', function(__e) { return (F_e('PictureRollover15', F_CL, __e)); } );
});
// End Actions


