var dominio = document.URL;

// ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----

function smile(immagine)
{
	document.modulo.messaggio.value += immagine;
}

// ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----

function DownloadScript(id_script)
{
	var w = 530;
	var h = 250;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open("takescript.asp?id=" + id_script,null,"width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

// ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----


