		
function nuovaFinestra(url,target,width,height,scroll)
	{
	if(scroll=='yes')
		{
		window.open(url, target, 'height='+height+',width='+width+',scrollbars='+scroll+',status=yes,resizable=yes,status=yes,toolbar=no');
		}
	else
		{
		window.open(url, target, 'height='+height+',width='+width+',status=yes,resizable=no,status=no,toolbar=no');
		}
	}
	
function newWinImg(url,width,height,scroll)
	{
		if (height == undefined) document.write('<a href="'+url+'" target="_BLANK" ><img border="0" src="'+url+'" width="'+width+'"></img></a>');
		else document.write('<a href="'+url+'" target="_BLANK" ><img border="0" src="'+url+'" width="'+width+'" height="'+height+'"></img></a>');
	}
	
		
function nuova(url,target,width,height,scroll)
	{
	if(scroll=='yes')
		{
		window.open(url, target, 'height='+height+',width='+width+',scrollbars='+scroll+',status=yes,resizable=yes,status=yes,toolbar=no');
		}
	else
		{
		window.open(url, target, 'height='+height+',width='+width+',status=yes,resizable=no,status=no,toolbar=no');
		}
	}





