function gallery(para){
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>"+
"<tr><td ><div onMouseOver=show() onMouseOut=hide() style=cursor:pointer;height:18px;padding-top:3px; class=formainmenu>gallery</div></td>"+
"</tr></table>");
}

function exhi(para){
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>"+
"<tr><td ><div onMouseOver=showe() onMouseOut=hidee() style=cursor:pointer;height:18px;padding-top:3px; class=formainmenu>exhibitions</div></td>"+
"</tr></table>");
}

function other(para){
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>"+
"<tr><td ><div onMouseOver=showo() onMouseOut=hideo() style=cursor:pointer;height:18px;padding-top:3px; class=formainmenu>others</div></td>"+
"</tr></table>");
}

function profile(para){
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>"+
"<tr><td ><div onMouseOver=showp() onMouseOut=hidep() style=cursor:pointer;height:18px;padding-top:3px; class=formainmenu>profile</div></td>"+
"</tr></table>");
}

function painting(para){
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100%>"+
"<tr><td ><div onMouseOver=showpaint() onMouseOut=hidepaint() style=cursor:pointer;height:18px;padding-top:3px; class=forsubmenu>paintings >></div></td>"+
"</tr></table>");
}




/*function dropdown(){

//var mystr="<div onMouseOver=show() onMouseOut=hide()><b>nm's Creations</b></div>"
//document.write(mystr);
var mystr2="<div onMouseOver=show() onMouseOut=hide() id=a1 style=display:none;position:absolute;top:110px;left:23px;>"+
"<table border=0 bgcolor=#F0F1F3 width=200 cellspacing=2 cellpadding=5 style=line-height:17px;><tr><td>"+
"-------------------------------<br>"+
"<a href=gallery/paintings.asp class=link><b>Paintings</b></a><br>"+
"<a href=creations.asp?dbnme=tbl_sculpture&cre=Sculptures class=link><b>Sculptures</b></a><br>"+
"<a href=creations.asp?dbnme=tbl_installation&cre=Installations class=link><b>Installations</b></a><br>"+
"<a href=creations.asp?dbnme=tbl_illustration&cre=Illustrations class=link><b>Illustrations</b></a><br>"+
"<a href=creations.asp?dbnme=tbl_decoration&cre=Decorations class=link><b>Decorations</b></a><br>"+
"<a href=creations.asp?dbnme=tbl_decoration&cre=Decorations class=link><b>photographs</b></a><br>"+
"</td></tr></table>"+
"</div>";
document.write(mystr2);
}

function show(){
if (document.all.a1.style.display!=""){
document.all.a1.style.display="";
}
}

function hide(){
document.all.a1.style.display="none";
}*/

