// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('CQintroBkg' , 'CQintroBkgLYR', 'img', 'Layout',new Array(
	'Page Loaded','CQintroBkg','Send To Back','',0),'',0);
 
	F_OM('CQwipe' , 'CQwipeLYR', 'img', 'Layout',new Array(
	'Page Loaded','CQwipe','Bring To Front','',0,
	'Page Loaded','CQwipe','Wipe','In From Left',0,
	'Clicked','Layout','Go To','./html/fconval.html',0),'',0);
 	F_OM('CQclickengFr' , 'CQclickengFrLYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#CQwipeA').bind('click', function(__e) { return (F_e('CQwipe', F_CL, __e)); } );
});
// End Actions


