function importOnLoad(){
   // Css Change --
   //var cookie = readStyleSheetCookie('style');
   //var title = cookie ? cookie : getPreferredStyleSheet();
   //setActiveStyleSheet(title);
   MM_preloadImages('common/img/button01_over.gif','common/img/button02_over.gif','common/img/button03_over.gif','common/img/button04_over.gif','common/img/button05_over.gif','common/img/button06_over.gif','common/img/button07_over.gif','img/bt_blog_over.gif','img/bun_gb_over.gif','img/bun_column_over.gif','common/img/button08_over.gif');

}
//------------------------------------------------------------------------------
function importOnUnLoad(){
   // Css Change --
   //var title = getActiveStyleSheet();
   //createStyleSheetCookie('style', title, 365);

}
//------------------------------------------------------------------------------
function importOnBeforeUnLoad(){

}
//------------------------------------------------------------------------------
 
