/*
<td class ="menuspace"><a href ="index.html"/a></td>
<td class ="menuspace"><a href ="fineart.html">fineart</a></td>
<td class ="menuspace"><a href ="petportrait.html">pet portraits</a></td>
<td class ="menuspace">design</td>
<td class ="menuspace"><a href ="aboutartist.html">about</a></td>
<td class ="menuspace"><a href ="exhibitions.html">exhibitions</a></td>
<td class ="menuspace">order</td>
<td class ="menuspace"><a href ="mailto:mmb@blairart.com">email</a></td>
<td class ="menuspace">links</td>
*/

var w="150px";

document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"index.html\">home</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"fineart.html\">fine art</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"petportrait.html\">pet portraits</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"design.html\">design</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"aboutartist.html\">about</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"exhibitions.html\">exhibitions</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"orderform.html\">order</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"mailto:mmb@blairart.com\">email</a></td>");
document.write ("<td class=\"menuspace\" width=\"" + w + "\"><a href =\"links.html\">links</a></td>");