/**   
*onload.js -- image js init for corners etc
*
*	Javascript File
*
*       @Author:      Ian Robertson iroberts@narian.org.uk (http://narian.org.uk)
*
*       @License:     GPL (see http://www.gnu.org/licenses/gpl.txt)
*
*       @Created:     04-Oct-2005 for narian
*
*       @svnid:    $Id$
*
*-----------------------------------------------------------------------------
*
*	Description:
*
*-----------------------------------------------------------------------------
*
*	TODO:
*
*-----------------------------------------------------------------------------
*/
window.onload=function(){
  /*    Call all onload functions here eg nifty, ie hover */
  set_target_blank(); 
  if( NiftyCheck() ){
    Rounded("div#images_header", "top", "#2f4f4f","#ccc", 'smooth' );
    Rounded("div#images_footer", "bottom", "#2f4f4f","#ccc", 'smooth' );
    Rounded("div#image_notes", "all", "#6b696b","#ccc", 'smooth' );
    Rounded("div#image_content", "all", "#6b696b","#ccc", 'smooth' );
   // Rounded("div#images_books", "all", "#e0ffff","#7cfc00", 'smooth' );
   // Rounded("div#images_links", "all", "#e0ffff","#7cfc00", 'smooth' );
  }
IE_hover_fix( 'main_menu', 'LI', 'sfhover' );

}// END onload

