function finestra(id,tipo) {

 window.open('/popup.asp?tipo='+tipo+'&id='+id,'popup','width=500,height=520,left=5,top=5');

}