// JavaScript Document

function bookmarksite(){
url=location.href
title=document.title
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function apri_finestra() {
window.open("scrivi.asp?id=<% response.write(ID) %>", "", "width=480, height=550, resizable, scrollbars=yes");
}

function apri_commenti() {
window.open("commenti.asp?id=<% response.write(ID) %>", "", "width=480, height=550, resizable, scrollbars=yes");
}	    
	   
