function poppapp(pg,nm,pr){
	return window.open(pg,nm,pr);
}

function carrello(){
pg="/cm/cnet/zoomth.asp?mod=1";
yz=400;
xz=370;
if (navigator.appName!='Microsoft Internet Explorer')
	str="screenX=0,screenY=15,outerWidth="+(xz)+",outerHeight="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";
else 
	str="left=0,top=15,width="+(xz)+",height="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";

aaa= poppapp(pg,'zoom',str);
aaa.close();
alert("aggiunto al carrello")
}

function lavorazioni(){
pg="/cm/prodotti/lavorazioni.aspx";
yz=400;
xz=460;
if (navigator.appName!='Microsoft Internet Explorer')
	str="screenX=0,screenY=15,outerWidth="+(xz)+",outerHeight="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";
else 
	str="left=0,top=15,width="+(xz)+",height="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";

aaa= poppapp(pg,'zoom',str);

}

//funzione da mettere sull'href
function v(){}


function login()
{
pg="/cm/registrazione/login.aspx";
yz=145;
xz=460;
if (navigator.appName!='Microsoft Internet Explorer')
	str="screenX=0,screenY=15,outerWidth="+(xz)+",outerHeight="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";
else 
	str="left=0,top=15,width="+(xz)+",height="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";

aaa= poppapp(pg,'zoom',str);
}

function logout()
{
pg="/cm/registrazione/logout.aspx";
yz=100;
xz=100;
if (navigator.appName!='Microsoft Internet Explorer')
	str="screenX=0,screenY=15,outerWidth="+(xz)+",outerHeight="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";
else 
	str="left=0,top=15,width="+(xz)+",height="+(yz)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no";

aaa= poppapp(pg,'zoom',str);
}


function checkEmpty()
{
if (document.forms['formRic'].cmpCerca.value=="")
	return false;
else
 return true;
}

function canc()
{
a=confirm('Stai per eliminare l\'articolo dal carrello.\nVuoi procedere?');
return a;
}