function popup(src,desc,width,height) {
	impostazioni="resizable=yes,width="+width+",height="+height;
	var str=src;
	str=str.substr(2);
	url="../include/popup.htm?"+str+"&"+desc+"&"
	window.open(url,"",impostazioni).focus();
}
