// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture37' , 'Picture37LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture36','Bring To Front','',0,
	'Clicked','Layout','Open Window',F_Parm('name','site by','URL','http://www.edgemediaproductions.com','width',1000,'height',700,'top',10,'left',10,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 	F_OM('Picture36' , 'Picture36LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture37','Bring To Front','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture37A').bind('mouseout', function(__e) { return (F_e('Picture37', F_MT, __e)); } );
	$('#Picture37A').bind('click', function(__e) { return (F_e('Picture37', F_CL, __e)); } );
	$('#Picture36A').bind('mouseover', function(__e) { return (F_e('Picture36', F_MV, __e)); } );
});
// End Actions

