function nextconf (confdate){
   var today = new Date()
   var confdateS = confdate.toString()
   var diff = confdate.getTime() - today.getTime()
   if (diff > 0) 
     {document.write("<tr><td colspan=2><p><a href="+NEXTWEBSITE+">Link to website of the next conference in the series</a>.</td></tr>")} 
}
document.write("<h1>"+title+"</h1><P>")
document.write("<h2>"+contains+"</h2><P>")

if (commun!=""){
document.write("<h3><font color=green>Australian Computer Science Communications, "+commun+"</font></h3><p>")}


document.write("<p>This volume contains "+containstext+" "+contains+".  Where indicated, the paper is available for download in PDF or Postscript format. </p>")

document.write("<p>The series is published by, and most papers are copyright of, the <a href='http://www.acs.org.au/'>Australian Computer Society Inc.</a>  Reproduction for academic research and not-for-profit purposes is granted provided the copyright notice on the  first page of each paper is included. </p><p>")

if (printed){
document.write("<table><tr><td width=350>")} else {
if (DEST){
document.write("<table><tr><td width=550>")}else {
document.write("<table><tr><td width=750>")}}

document.write("<table><tr><td width=80><p>Edited by</td><td><p><b>"+eds+"</b>.</td></tr>")
document.write("<tr><td><p>Published</td><td><p><b>"+pubdate+"</b>.</td></tr>")
document.write("<tr><td><p>ISBN-13 </td><td><p><b>"+ISBN+"</b>. </td></tr>")
document.write("<tr><td><p>ISSN </td><td><p><b>1445-1336</b>. </td></tr>")
document.write("<tr><td colspan=2><b><p>"+details+"</b>.</td></tr>")
if (printed){document.write("<tr><td colspan=2><p><a href=http://crpit.com/Subscriptions.html>Order or Recommend this Volume.</a></td></tr>")}
if (NEXT){nextconf(NEXTDATE)}
if (bibtex){document.write("<tr><td colspan=2><p><a href='Bibs/"+vol+".bib'>BiBTeX file for Volume.</a></td></tr>")}
if (complete){document.write("<tr><td colspan=2><p><a href='complete/"+vol+".pdf.zip'>Complete Volume.</a></td></tr>")}
document.write("</table><td>")

if (printed){
document.write("<td><table><tr><a href='images/"+vol+".jpg'><img src='images/small/"+vol+".jpg' width=160 border=0></a></td></tr><tr><td align=center><small><a href='images/"+vol+".jpg'>Click for larger view</a></td></tr></table></td>")}

if (DEST){document.write("<td>&nbsp;</td><td  width=200 bgcolor=silver><center><i><font color=red><small>Acceptance Rate Information.</small></font><p><center><small>The full papers in this volume were peer refereed, in full, by an international programme committee.  The acceptance rate was "+Math.round(DESTAccepted*1000/DESTSubmitted)/10+"% ("+DESTAccepted+" from "+DESTSubmitted+").</small></td>")}

document.write("</td></tr></table><p><hr>");
