/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function bookmarksite( title, url ){
  if( document.all )
    window.external.AddFavorite( url, title );
  else if( window.sidebar )
    window.sidebar.addPanel( title, url, "" )
}



/*Opens a small window for viewing larger images of thumbnails
 *theURL   The URL of the image to be displayed.
 */
function MM_openBrWindow( theURL ) { //v2.0
  var features = "height=500,width=500,status=no,toolbar=no,menubar=no,location=no";
  var nWin = window.open( theURL, "", features + ", top=100, left=100" );
}
