// JavaScript Document
<!--
function apriForm(camera,data_arrivo) { //v1.0
  window.open('form.cfm?id_camera='+camera+'&checkin='+data_arrivo,'','status=yes,width=640,height=590,resizable=yes,scrollbars=yes');
}
//-->