<!--

function wopen(wurl,wname,w,h,banner,burl)
{
var parametri
parametri='width='+ w + ',height='+ h +',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes,left=5,top=10,screenX=0,screenY=0';
wind=window.open('vuota.asp',wname,parametri);
 
wind.document.open;
wind.document.write ('<body topmargin="0" leftmargin="0"><a href="' + wurl + '"' + ' target="_blank">' );
wind.document.write('<img src="public/banner/' + burl + '" alt=' + banner );
wind.document.write('  width="' + w + '" ' + 'height="' + h + '" border=0></a> ');
wind.document.close;
}
 
//-->
