// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','parc rittenhouse','URL','../html/parc.html','width',900,'height',590,'top',100,'left',50,'toolbar','no','menubar','no','location','no','status','no','resizable','yes','directories','no','scrollbars','yes'),0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
});
// End Actions


