// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','HideAllProfiles','',1,
	'Clicked','Picture9','Show','',0,
	'Clicked','Text4','Show','',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','HideAllProfiles','',1,
	'Clicked','Picture10','Show','',0,
	'Clicked','Text3','Show','',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'HideAllProfiles','Picture9','Hide','',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'HideAllProfiles','Picture10','Hide','',0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'HideAllProfiles','Text3','Hide','',0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'HideAllProfiles','Text4','Hide','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', F_CL, __e)); } );
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
});
// End Actions

