function galdropdown(pp){

//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=overflow:hidden;position:absolute;width:250px;line-height:25px;display:none;cursor:pointer;float:none;>"+
"<table border=0  class=fortra width=100px cellspacing=2 cellpadding=0 style=line-height:17px;><tr><td class=subtext>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"gallery/ class=subtext>paintings</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"gallery/detail.php?arttype=sculpture class=subtext>sculptures</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"gallery/installations.php class=subtext>installations</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"gallery/photos.php class=subtext>photos</a><br>"+
"</td></tr></table>"+
"</div>";
document.write(mystr2);
}

function exhdropdown(pp){

//var mystr="<div onMouseOver=show() onMouseOut=hide()><b>nm's Creations</b></div>"
//document.write(mystr);
var mystr2="<div onMouseOver=showe() onMouseOut=hidee()  id=e1 style=overflow:hidden;position:absolute;width:250px;line-height:25px;display:none;cursor:pointer;float:none;>"+
"<table border=0  class=fortra width=100px cellspacing=2 cellpadding=0 style=line-height:17px;><tr><td class=subtext>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"exhibition/recent.php class=subtext>recent exhibition</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"exhibition/oversea.php?ex=oversea class=subtext>oversea</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"exhibition/inland.php?ex=inland class=subtext>in-country</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"exhibition/scene.php?ex=nms class=subtext>exhibition scene</a><br>"+
"</td></tr></table>"+
"</div>";
document.write(mystr2);
}

function otherdropdown(pp){

//var mystr="<div onMouseOver=show() onMouseOut=hide()><b>nm's Creations</b></div>"
//document.write(mystr);
var mystr2="<div onMouseOver=showo() onMouseOut=hideo()  id=o1 style=overflow:hidden;position:absolute;width:250px;line-height:25px;display:none;cursor:pointer;float:none;>"+
"<table border=0  class=fortra width=100px cellspacing=2 cellpadding=0 style=line-height:17px;><tr><td class=subtext>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=book class=subtext>book covers</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=graphics class=subtext>graphics</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=logo class=subtext>logos</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=ads class=subtext>ads</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=postcard class=subtext>post cards</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=deco class=subtext>decorations</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/mtv.php class=subtext>mtv</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"other/detailother.php?type=shortfilm class=subtext>short films</a><br>"+
"</td></tr></table>"+
"</div>";
document.write(mystr2);
}

function prodropdown(pp){

//var mystr="<div onMouseOver=show() onMouseOut=hide()><b>nm's Creations</b></div>"
//document.write(mystr);
var mystr2="<div onMouseOver=showp() onMouseOut=hidep()  id=p1 style=overflow:hidden;position:absolute;width:250px;line-height:25px;display:none;cursor:pointer;float:none;>"+
"<table border=0 class=fortra width=100px cellspacing=2 cellpadding=0 style=line-height:17px;><tr><td class=subtext>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"profile/biography.php?pro=bio class=subtext>biography</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"profile/media.php?pro=media class=subtext>media coverage</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"profile/commentary.php?pro=comm class=subtext>commentary</a><br>"+
"&nbsp;&nbsp;&nbsp;<a href="+pp+"profile/photo.php?pro=photo class=subtext>photo records</a><br>"+
"</td></tr></table>"+
"</div>";
document.write(mystr2);
}




function showo(){
if (document.all.o1.style.display!=""){
document.all.o1.style.display="";
}
}

function hideo(){
document.all.o1.style.display="none";
}

function showp(){
if (document.all.p1.style.display!=""){
document.all.p1.style.display="";
}
}

function hidep(){
document.all.p1.style.display="none";
}
function showe(){
if (document.all.e1.style.display!=""){
document.all.e1.style.display="";
}
}

function hidee(){
document.all.e1.style.display="none";
}
function show(){
if (document.all.a1.style.display!=""){
document.all.a1.style.display="";
}
}

function hide(){
document.all.a1.style.display="none";
}
