// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture17','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('Picture17' , 'Picture17LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture16','Bring To Front','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture16A').bind('mouseout', function(__e) { return (F_e('Picture16', F_MT, __e)); } );
	$('#Picture16A').bind('click', function(__e) { return (F_e('Picture16', F_CL, __e)); } );
	$('#Picture17A').bind('mouseover', function(__e) { return (F_e('Picture17', F_MV, __e)); } );
});
// End Actions

