document.write("		<table width=90% cellpadding=0 cellspacing=0 border=0 >");
document.write("		<tr>");
document.write("		<td  valign=top align=center><font class=topmenu>");
document.write("<a href=index.html class=topmenu>HOME </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<a href=about.html class=topmenu>ABOUT THE ARTIST</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=muralpaintings.html class=topmenu>MURAL PAINTINGS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

document.write("<a href=gallary.html class=topmenu>WORK GALLARY</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");




document.write("<a href=contact.php class=topmenu>CONTACT ME</a>");

document.write("		&nbsp;&nbsp;");
document.write("		</font></td><td width=10>&nbsp;</td> ");
document.write("		</tr>");
document.write("		</table>");









