var Message="Rádio Giga - A conexăo certa !!! - A única com transmissăo digital no Winamp+mp3Pró.";
   var place=1; 

   function scrollIn() {
     window.status=Message.substring(0, place);
     if (place >= Message.length) {
	place=1;
 	window.setTimeout("scrollOut()",300); 
     } else {
 	place++;
	window.setTimeout("scrollIn()",50); 
     } 
   }

   function scrollOut() {
     window.status=Message.substring(place, Message.length);
     if (place >= Message.length) {
       place=1;
       window.setTimeout("scrollIn()", 100);
     } else {
       place++;
       window.setTimeout("scrollOut()", 50);
     }
   } 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Todos os Direitos Reservados Rádio Giga!");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


function showHide(id) {

 var obj = document.getElementById(id);
 
 if(obj.className == "hide") {
  obj.className = "show";
 } else {
  obj.className = "hide";
 }
}
