var writePage='';
writePage +='<div id="presenters">';
writePage +='<TABLE height="500" class="Content"><TR><TD VALIGN="TOP">';
writePage +='<h2>Instructions for presenters:</h2> ';
writePage +='We invite contributed talks and posters for the Far-Infrared Astronomy from Space workshop. ';
writePage +='<b>Please indicate which you prefer on your registration form, and include your abstract.</b>  Once ';
writePage +='the registration deadline closes (April 30 2008) we will post the accepted talks and posters ';
writePage +='on this web site.<p>';
writePage +='Please remember that the talks and posters should not only focus on recent exciting science or ';
writePage +='technological results, but also discuss the implications and challenges they foster for the next generation ';
writePage +='of Far-Infrared space observatories.  Try and address the "big picture" and help us define the key ';
writePage +='science and technology goals for future missions';

writePage +='<h2>Talks:</h2> ';
writePage +='Contributed talks should be 15 minutes in length, with an additional 5 minutes reserved for questions.<p>';
writePage +='<h2>Posters:</h2> ';
writePage +='Posters should fit within a maximum area of 36x36 inches.  We anticipate that the posters will ';
writePage +='remain up for the entire conference.<p>';

writePage +='<h2>Mission Handouts:</h2> ';
writePage +='Short instructional factsheets are avalible for the following missions/programs:<p>';
writePage +='<li><A HREF="./WISE.pdf">WISE</A>';
writePage +='<li><A HREF="./SOFIA.pdf">SOFIA</A>'; 
writePage +='<li><A HREF="./Herschel.pdf">Herschel</A>'; 
writePage +='<li><A HREF="./JWST.pdf">JWST</A>'; 
writePage +='<li><A HREF="./SPICA.pdf">SPICA</A>'; 
writePage +='<li><A HREF="./NASA Scientific Balloons.PDF">NASA Balloon Program</A>';
writePage +='<li><A HREF="./ALMA_FactSheet.pdf">ALMA</A>';
writePage +='<li><A HREF="./EVLA_FactSheet.pdf">EVLA</A>';
writePage +='</TD></TR></TABLE>'
writePage +='</div>';
document.write(writePage);
