var bookmarkurl="http://www.remfanzine.com/";
var bookmarktitle="R.E.M. Fanzine";

function addbookmark()
{
if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle);
}

var hellotext=" (c) R.E.M. Fanzine / Donato Iannuzzi, 1998 ";
var thetext="";
var started=false;
var step=0;
var times=1;

function welcometext()
{
if (window.location == parent.location) {
location.href = "http://www.remfanzine.com/index.html";
}
times--;
if (times==0)
{ 
if (started==false)
{
  started = true;
  window.status = hellotext;
  setTimeout("anim()",1); 
}
thetext = hellotext;
}
}

function welcometextnoframe()
{
times--;
if (times==0)
{ 
if (started==false)
{
  started = true;
  window.status = hellotext;
  setTimeout("anim()",1); 
}
thetext = hellotext;
}
}

function anim()
{
step++;
if (step==2) {step=1;}
if (step==1) {window.status=' '+thetext+' ';}
setTimeout("anim()",1);
}

var msg = "8 Aprile 2007: aggiornata la sezione delle News, BUONA PASQUA! - ";

function startScroller()
{
   document.scrollForm.scrolling_message.value = msg
   msg = msg.substring(1, msg.length) + msg.substring(0, 1)

// DURATA DEL MESSAGGIO SCORREVOLE (ex: 190=.19 secondi).  
   setTimeout("startScroller()", 190)
}

function disclaimer(str)
{
 searchWin = window.open(str,'disclaimer','scrollbars=no,resizable=no,width=800,height=460,status=no,location=no,toolbar=no');
 // searchWin.refer = self;
}

function chat()
{
searchWin = window.open('chatapp.html','','scrollbars=no,resizable=no,width=650,height=520,status=no,location=no,toolbar=no');
// searchWin.refer = self;
}



function fullwin() {
var opts = "toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no";
window.open("menu.html",'R.E.M. Fanzine',opts); 
}