// ---------------------------------------------------------------------------
// Filename: dvdspecific.js
//
//      Purpose: Javascript functions for dvd collection
//         Date: 7/18/00
//       Author: B. Zink
//      Version: 1.0
// ---------------------------------------------------------------------------
// Available Function Synopsis:
//
// ---------------------------------------------------------------------------
// Revisions:
// ---------------------------------------------------------------------------
// 07/18/00   - B. Zink   - Creation
// ---------------------------------------------------------------------------
function ShowCurrentSystem ( )
{
   var systemName =  'Kimberley Woodhouse (kimspecific.js)';
   
   alert(systemName);
}