function openwin(pat)
{
	newwin = window.open(pat,'Prodotti', 'width=600 height=600 scrollbars=yes');
	newwin.focus();
}