/*********************************************************
* Titolo		 :nhxnwl001																
*																												
* Autore/i	 :L.Montebove, ADL
*																												
* Descrizione:funzion javascript di utilizzo generale	
*																												
*																												
*********************************************************
*/

var InserisciImmagine = new Array()
InserisciImmagine[0] = "<table border=\"0\" cellspacing=\"0\"><tr><td width=\"100%\" bgcolor=\"#DFECF9\"><a href=\"http://\" onclick=\"Faxa(); return false;\"><img border=\"0\" src=\"images/FaxThisPage1.gif\"></a></td></tr></table>"
var InviaFax = Math.floor(Math.random() * (InserisciImmagine.length))


/**
 *Descrizione:
 *imposta utente e livello sulla status bar
 *
 *Ritorna:
 *
 *Parametri:
 *		str_Ute nome utente
 *		str_Liv livello Utente
 */
function Faxa()
{
	Height = 300 + 10;
	Width = 500 + 10;
	Top = (screen.height - Height)/2;
	Left = (screen.width - Width)/2;
	Options = "location=no,top=" + Top + ",left=" + Left + ",width=" + Width + ",height=" + Height;

	url =  "NHEOWL000.asp?doc=" + document.location.href;
	
	window.open(url,"SendFax",Options);
}


