// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Open Window',F_Parm('name','','URL','./html/danielcenterad.html','width',400,'height',300,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0));
	F_OM('Table3' , 'Table3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table7' , 'Table7LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

