
var x_1_1="\"Red Queen\" was orginally<br> painted in the late 1940s<br> by Alberto Vargas.<br> The model/Actress was<br> Florence Marly (1919-1978)";
sH="<table   class=\"menu\" border=0  background=\"b.bmp\" id=\"mainmenu1\"  style=\"right:50px;top:410px;\" >";
s=eval("x_1_1");
sH+="<tr><td   class=menu onmouseover=\"fopen1();return false;\"  id=\"td_1\" >"+s+"</td></tr>";

sH+="</table>";

document.write(sH);


function fopen1()
{
document.getElementById("mainmenu1").style.visibility="visible";
document.getElementById("td_1").style.visibility="visible";

}
function fclose1()
{

document.getElementById("mainmenu1").style.visibility="hidden";
document.getElementById("td_1").style.visibility="hidden";
}
