
var position=0;
function GetStyleObject(id) {
  if (document.getElementById) 
    return document.getElementById(id).style;
  else if (document.layers) 
     return document.layers[id];
  else if (document.all)
     return document.all[id].style;
  else {
     alert("DHTML support not found.");
	 return false;
  }
}

function lancio(URL){
location = URL
}

function pop(URL){
window.open(URL,"nm","width=350px, height=225px, left=300px, top=100px")
}


function apri(url) { 
newin = window.open(url,'titolo','scrollbars=no,resizable=yes,width=770,height=768, status=no,location=no,toolbar=no');
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

