//this displays a message when the mouse is moved over the section only the first time
counter=0;
function ShowPrompt()  {
 if(counter==0)  { counter=1;
   alert("SAMPLES ON THIS PAGE\nThe Play Low files are encoded at 56kbps and are of low quality\nThe Play Full files are encoded at 96kbps and are of medium quality\nThe Download Sites and the CD are Full Quality - of course!"); } }