function DebugOpen()
{
	dbg = document.getElementById('Debug');
	dbg.style.height = '300px';
	dbg.style.width = '100%';
}

function DebugClose()
{
	dbg = document.getElementById('Debug');
	dbg.style.height = '20px';
	dbg.style.width = '20px';
}

function printwindow()
{   
	win = open(document.location.href + '/print_page', null, "height=400,width=760,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
	
function sendwindow(prefix)
{ 
	win = open(prefix+"ModShow/ShowEmailDialog?url="+document.location.href+"&title="+document.title,null,"height=350,width=600,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}

function addbookmark()
{
	window.external.AddFavorite( location.href, document.title );
}

function start(desktopURL,w,h)
{

    desktop = window.open(desktopURL, "new","toolbar=no,screenX=0,screenY=0,left=100,top=80,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h );
}
txt1="<div align='left'><a href='http://www.bbcsite.com/gestione/' target='_blank' class='Gestione'>Gestione</a></div>";
txt2="http://www.bbcsite.com/statxml/countxml.asp?tipo=1&idsupp=";