// JavaScript Document
//layer with dynamic illustrations
document.write("<div align='left' style='position:absolute; top:"+top_space+"px; left:"+left_space+"px; width:940px; z-index:3' id='illustrable'>");
document.write("<table width='940' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td><img src='graphics/dummy_pic.gif' alt='' width='655' height='355'></td>");
document.write("<td><img src='graphics/dummy_pic.gif' alt='' width='250' height='10'></td>");
document.write("<td><img src='graphics/dummy_pic.gif' alt='' width='35' height='10'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src='graphics/dummy_pic.gif' alt='' width='10' height='250'></td>");
document.write("<td align='left' valign='top'><div align='left' id='harrows_dynamic_pics'></div></td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");
