// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text15Link3' , '', 'tln', 'Text15',new Array(
		
'Clicked','Layout','Open Window',F_Parm('name','Breeze Aquatic Hire','URL','http://www.breeze.com.au/waterfun.htm','width',750,'height',600,'top',5,'left',5,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('LayoutRegion14' , 'LayoutRegion14LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('LayoutRegion15' , 'LayoutRegion15LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion7' , 'LayoutRegion7LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text15Link3').bind('click', function(__e) { return (F_e('Text15Link3', F_CL, __e)); } );
});
// End Actions


