// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Rectangle9' , 'Rectangle9LYR', 'img', 'Layout',new Array(,	'Clicked','Layout','Go To','../html/start.html',0),'',0); 	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
	$('#Rectangle9A').bind('click', function(__e) { return (F_e('Rectangle9', F_CL, __e)); } );
});
// End Actions

