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','./../common/img/button08_over.gif','./../common/img/button09_over.gif');

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

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

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

