function importOnLoad(){
   // Css Change --
   var cookie = readStyleSheetCookie('style');
   var title = cookie ? cookie : getPreferredStyleSheet();
   setActiveStyleSheet(title);

}
//------------------------------------------------------------------------------
function importOnUnLoad(){
   // Css Change --
   var title = getActiveStyleSheet();
   createStyleSheetCookie('style', title, 365);
	MM_preloadImages('/common/img/menu_specification_f2.gif','/common/img/menu_staff_f2.gif','/common/img/menu_process_f2.gif','/common/img/menu_simulation_f2.gif','/common/img/menu_tax_f2.gif','/common/img/menu_report_f2.gif','/common/img/menu_overview_f2.gif','/common/img/menu_request_f2.gif','/common/img/menu_contact_f2.gif','/common/img/menu_policy_f2.gif');
}
//------------------------------------------------------------------------------
function importOnBeforeUnLoad(){

}
//------------------------------------------------------------------------------


