var fDesc=new Array(); fDesc[0] = "The basis of Fuzzlecheck are the horizontal strips which analogue to the manual sorting of the shooting schedule contains all the data for a sheet available on a given day. The sheets are arranged underneath one another in the main view and may be easily moved using the mouse. Day Breaks and comments may be added and moved in the same way. The colour of the bars depend on the mood in which the relevant sheet is shot (exterior/day is for example yellow, though you may set your own colour preferences).
Fuzzlecheck import your PDF script file, create detailed breakdown sheets, a calendar or overview schedules using the shooting times and non-availabilities of all participants. Fuzzlecheck supports you from the entering of the sheets to the printing of individual call sheets with the exact times for sunrise and sunset."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }