// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion29' , 'LayoutRegion29LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
	F_OM('LayoutRegion27' , 'LayoutRegion27LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table265' , 'Table265LYR', 'lyr', 'LayoutRegion27',null,'',0);
 
			F_OM('RoundedRectangle1' , 'RoundedRectangle1LYR', 'img', 'Table265',new Array(
			'Clicked','Picture23','Show','',0),'',0);
 
			F_OM('RoundedRectangle2' , 'RoundedRectangle2LYR', 'img', 'Table265',new Array(
			'Clicked','Picture23','Hide','',0),'',0);
 
			F_OM('Picture23' , 'Picture23LYR', 'img', 'Table265',null,'',0);
 
	F_OM('LayoutRegion25' , 'LayoutRegion25LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Flash7' , 'Flash7LYR', 'lyr', 'LayoutRegion25',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RoundedRectangle1A').bind('click', function(__e) { return (F_e('RoundedRectangle1', F_CL, __e)); } );
	$('#RoundedRectangle2A').bind('click', function(__e) { return (F_e('RoundedRectangle2', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash7").media({ width: 563, height: 97,
		src: './HdrFlshT4.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


