  
tmessage    ="The following services are available at Grooveworks.^"+"'Real Time CD Mastering',  Audio Restoration and Transfers To CD & DVD.^"+"Professional Equipment including State of the Art P4-3.4Ghz Pentium Processing, Yamaha O1V96VCM, TC Finalizer Plus, Bellari Tube Processing, Yamaha/EV Monitors^"+"Creamware - Scope Fusion Platform, plus numerous plug-ins are available.^"+"Gary Cowling - Mastering Engineer^"+"Check out Grooveworks for other services offered.^"+"Musical Services including Covers Dance Band, Cabaret Backing Band and Session Musicians.^"+"Bass Guitarist Gary Cowling available as 'sideman' for Touring, Sessions, Arranging, Music Post-Production and Lessons.^"+"Web Site Creation - Web Designer Gary Cowling is available to design your web site at reasonable rates.^"+"Grooveworks Computer Services: Computer Assistance, and Computer Set-up.^"
"^"

scrollSpeed=15
lineDelay  =5000
txt        =""
function scrollText(pos){if (tmessage.charAt(pos) !='^'){txt=txt+tmessage.charAt(pos)
status=txt
pauze =scrollSpeed
}
else{pauze=lineDelay
txt  =""
if (pos==tmessage.length-1) pos=-1}
pos++
setTimeout("scrollText('"+pos+"')",pauze)}
scrollText(0)
var message="Function Disabled - Copyright 2005 by Grooveworks.";function click(e){if (document.all){if (event.button==2||event.button==3){alert(message);return false;}}
if (document.layers){if (e.which==3){alert(message);return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;