// Begin Actions function F_doLoaded() { document.main = new F_cMain(); document.objectModel = new Object(); F_OM('Layout','LayoutLYR', 'doc', '', new Array()); F_OM('PSSBkg' , 'PSSBkgLYR', 'img', 'Layout',new Array( 'Shown','PSSBkg','Send Backward','',0),'',0); F_OM('PssLogoWipe' , 'PssLogoWipeLYR', 'img', 'Layout',new Array( 'Page Loaded','PssLogoWipe','Wipe','In From Left',0, 'Clicked','Layout','Go To','./html/pss_home.html',0),'',0); F_pageLoaded('Layout'); } $(document).ready( function() { F_onLoaded(); $('#PssLogoWipeA').bind('click', function(__e) { return (F_e('PssLogoWipe', F_CL, __e)); } ); }); // End Actions