
function writeBuyButton(){
document.write("<p></p>");
document.write("<table width=\"200\" border=\"0\" cellspacing=\"15\" cellpadding=\"0\">");
document.write("<tr><td>");
document.write("<input type=\"submit\" value=\"Buy direct on-line\" onclick=");
document.write("\"JavaScript:return MPOpenPop2(\'https://01editions.com.au/shop/shop.html\',\'0\',false,\'PopUpWin1\',false,false,\'820\',false,\'700\',false,false,true,\'\',\'\',\'\',\'\',true,true,true,true,true,true,\'01 Editions Shop\',\'\',false,\'\',\'\',\'0\',\'\',\'\',\'\');\" />");
document.write("</td></tr></table>");
}
