   //
   //	writeups.js
   //	Action Machinery's Web Site
   //	Written by: George Patterson
   //	CopyRight(c) 2003 George Patterson all rights reserved
   //	Last modified 7-10-2003
   //	creates PopUp window of Photo and Writeup
   //

function ShowWriteup(wfile){
//alert(wfile);
window.open(wfile,"_writeup");
}
//photo = open("","photo","toolbar=no,scrollbars=yes,width=620,height=460,");

function NoWriteup(wfile){
alert("The Write Up for Stock # "+wfile+" is not yet available. Thank you.");
}

