//open browser window
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//text on status bar
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function pslinkHover(item) {
  if (item.style.color == "#fffc00") {
    item.style.color = "#ffffff";
    item.style.cursor = "";
  } else {
    item.style.color = "#fffc00";
    item.style.cursor = "hand";
  }
}

function pslinkClick(item, imageName) {
  if (arguments.length == 3) {
    basepath = arguments[2] + "/";
  } else {
    basepath = "";
  }

  if (item.style.display == "none") {
    imageName.src = basepath + "images/tagmenud.gif"
    item.style.display = "";
  } else {
    imageName.src = basepath + "images/tagmenu.gif"
        item.style.display = "none";
  }
}

//Codice Home page e preferiti
var bookmarkurl="http://www.acquarionline.it" 
var bookmarktitle="Acquarionline" 
function addbookmark(){ 
if (document.all) 
window.external.AddFavorite(bookmarkurl,bookmarktitle) 
} 

// INIZIO CODICE ChateXpert Copyright 2002 www.chatexpert.it di Alessandro La Ciura -->
function apri_chatexpert(){
nuovachat26490=window.open('http://server.chatexpert.it/clienthtml2/default.php?ID=26490&gruppo=AcquariOnLine','chatexpertwin26490', 'status=yes,toolbar=no,width=670,height=600,resizable=yes');
nuovachat26490.focus();
} 
