function chg_img(td_id, id){
	document.getElementById(td_id).style.background = "url(/img_apc/l"+id+"-"+id+".jpg)";
}
function rchg_img(td_id, id){
	document.getElementById(td_id).style.background = "url(/img_apc/l"+id+".jpg)";
}

function wnd1(){
	window.open('/carts1.php','DoveSiamo','width=500,height=500 ,toolbar=ye, location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}
function wnd2(){
	window.open('/carts2.php','DoveSiamo','width=500,height=500 ,toolbar=ye, location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}
