//Total Number of Menu 
var menuNum = 7;
//Menu
function showsubmenu(sid)
{
	try
	{
		var whichEl = null;
		if(typeof(document.getElementById("submenu" + sid))!='undefined')
		{
			whichEl = document.getElementById("submenu" + sid);
			if (whichEl.style.display == "none")
				document.getElementById("submenu" + sid).style.display="";
			else
				document.getElementById("submenu" + sid).style.display="none";
		}
		for(var i=0;i<menuNum;i++)
		{
			if(i != sid)
			{
				if(typeof(document.getElementById("submenu" + i))!='undefined')
					document.getElementById("submenu" + i).style.display="none";
			}
		}
	}
	catch(e)
	{}
}

//Menu
document.write("<div align='center'>");
document.write("<table width='100%'  border='1' cellspacing='0' cellpadding='0'>");
document.write("  <tr>");
document.write("    <td align='center'><table width='900' border='0' cellpadding='0' cellspacing='1'>");
document.write("      <tr>");
document.write("        <td id='menu0' align='center' width='120' bgcolor='#F7FFF7' style='CURSOR: hand' onMouseOver='showsubmenu(0);' onMouseOut='closesubmenu(0);'><b><font color=ff0000>Contact & Order</font></b></td>");
document.write("        <td id='menu1' align='center' width='120' bgcolor='#FFFFE1' style='CURSOR: hand' onMouseOver='showsubmenu(1);'><b><font color=8800ff>Best Sellers</font></b></td>");
document.write("        <td id='menu4' align='center' width='120' bgcolor='#FFFFE1' style='CURSOR: hand' onMouseOver='showsubmenu(4);'><b><font color=ff00ff>Personal Portrait</b></font></td>");

document.write("        <td id='menu6' align='center' width='140' bgcolor='#FFF0FF' style='CURSOR: hand' onMouseOver='showsubmenu(6);'><font color=ff00ff><b>Impressionist<br>Contemporary</font></b></td>");

document.write("        <td id='menu2' align='center' width='120' bgcolor='#D9FFFF' style='CURSOR: hand' onMouseOver='showsubmenu(2);'><b><font color=0000ff>Masters By Movement</b></font></td>");
document.write("        <td id='menu3' align='center' width='120' bgcolor='#FFF0FF' style='CURSOR: hand' onMouseOver='showsubmenu(3);'><b><font color=ff8800>Masters By Area/Type</b></font></td>");
document.write("        <td id='menu5' align='center' width='120' bgcolor='#D9FFFF' style='CURSOR: hand' onMouseOver='showsubmenu(5);'><b><font color=8800ff>Stocked  Warehouse</font></b></td>");

document.write("    </table></td>");
document.write("  </tr>");
document.write("</table>");
document.write("</div>");
//Menu
//Menu1
document.write("<div id='submenu0'  onmouseleave='showsubmenu(0);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 0px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='220' border='2'>");
document.write("<tr>");
document.write("<td><a href='/gift.htm'><b><h2>Free Gift</h2></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/contact.htm'><b><h2>Contact</h2></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/sample'><b><h3>Samples</h3></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/testimonial.htm'><b><h3>Testimonials</h3></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/payment.htm'><b><h3>Order&Payment</h3></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/partner.htm'><b><h3>Wanted Partners</h3></b></a></td>");
document.write("		<tr>");
document.write("<td><a href='/'></a></td>");
document.write("		<tr>");
document.write("	</table>");
document.write("</div>");
//Menu2

document.write("<div id='submenu1'  onmouseleave='showsubmenu(1);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 180px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='300' border='1'>");
document.write("		<tr>");
document.write("		<td><a href='/vangogh'><b><h7>Vincent van Gogh</h7></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/monet'><b><h7>Claude Monet</h7></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/bouguereau'><b><h7>Bouguereau Adolphe-William</h7></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/ingres'><b><h7>J.A.D.Ingres</h7></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/rembrandt'><b><h7>Rembrandt van Rijn</h7></b></a></td>");
document.write("		</tr>");
document.write("	</table>");
document.write("</div>");

//Menu3
document.write("<div id='submenu2'  onmouseleave='showsubmenu(2);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 550px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");


document.write("	<table cellSpacing='0' cellPadding='0' width='200' border='1'>");
document.write("		<tr>");
document.write("		<td><a href='/renaissance.htm'><b><h8>Renaissance</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/mannerism.htm'><b><h8>Mannerism</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/baraque.htm'><b><h8>Baroque</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/rococo.htm'><b><h8>Rococo</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/neoclassical.htm'><b><h8>Neo-Classical</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/academicart.htm'><b><h8>Academic Art</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/realism.htm'><b><h8>Realism</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/romanticism.htm'><b><h8>Romanticism</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/hudson.htm'><b><h8>Hudson River</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/preraphaelite.htm'><b><h8>Pre-Raphaelite</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/classicism.htm'><b><h8>Classicism</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/symbolism.htm'><b><h8>Symbolism</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/victorian'><b><h8>Victorian</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/orientalist'><b><h8>Orientalist</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/'><b><h8></h8></b></a></td>");
document.write("		</tr>");
document.write("	</table>");
document.write("</div>");
//Menu4
document.write("<div id='submenu3'  onmouseleave='showsubmenu(3);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 650px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='200' border='1'>");
document.write("		<tr>");
document.write("		<td><a href='/american'><b><h8>American Masters</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/canyon'><b><h8>Grand Canyon</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/west'><b><h8>West American</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/favorite'><b><h8>American's Favorite</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/beauty'><b><h8>Pretty Women</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/best'><b><h8>Best Sellers</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/stilllife'><b><h8>Still Life</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/flower'><b><h8>Flower</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/animal'><b><h8>Animal</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/light'><b><h8>Mster of Light</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/landscape'><b><h8>Landscape</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/seascape'><b><h8>Seascape</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/marine'><b><h8>Marine Scenery</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/scenery'><b><h8>City Scenery</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/watercolor'><b><h8>Watercolor</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/chinese'><b><h8>China Masters</h8></b></a></td>");
document.write("		</tr>");
document.write("		<td><a href='/delicate'><b><h8>China Delicate Water Color</h8></b></a></td>");
document.write("		</tr>");

document.write("		<td><a href='/'><b><h8></h8></b></a></td>");
document.write("		</tr>");
document.write("	</table>");
document.write("</div>");

//Menu5
document.write("<div id='submenu4'  onmouseleave='showsubmenu(4);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 300px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='220' border='1'>");
document.write("		<tr>");
document.write("			<td><a href='/portrait'><b><h2>Personal Portrait</h2></b></a></td>");
document.write("		</tr>");

document.write("	</tr>");
document.write("	</table>");
document.write("</div>");
//Menu6
document.write("<div id='submenu5'  onmouseleave='showsubmenu(5);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 600px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='400' border='1'>");
document.write("		<tr>");
document.write(" <td><a href='/museum'><b><h8>Best Quality Oil Paintings on Canvas</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/gallery'><b><h8>Oil Paintings Affordable Price</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/stretched'><b><h8>Canvas Oil Paintings Stretched</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/acrylic'><b><h8>Canvas Acrylic Paintings Stretched</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/maldives'><b><h8>Oil Painting Maldives Scenery</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/gouache'><b><h8>Gouaches Paintings on Paper</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/paper'><b><h8>Oil Paintings on Paper</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/drawing'><b><h8>Pencil Drawings on Paper</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/deco'><b><h8>Decorative Oil Painting</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/contemporary'><b><h8>Contemporary Oil Painting</h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/'><b><h8></h8></b></a></td>");
document.write("		<tr>");
document.write(" <td><a href='/'><b><h8></h8></b></a></td>");
document.write("		<tr>");

document.write("	</table>");
document.write("</div>");

//Menu7
document.write("<div id='submenu6'  onmouseleave='showsubmenu(6);' style='display:none;z-index:1;background-color:#F7FFF7;LEFT: 400px; WIDTH: 220px; POSITION: absolute; TOP: 60px; HEIGHT: 55px'  >");

document.write("	<table cellSpacing='0' cellPadding='0' width='350' border='1'>");
document.write("		<tr>");
document.write(" <td><a href='/sisley'><b><h8>Alfred Sisley</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/camille'><b><h8>Camille Pissarro</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/monet'><b><h8>Claude Monet</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/manet'><b><h8>Edouard Manet</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/caillebotte'><b><h8>Gustave Caillebotte</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/klimt'><b><h8>Gustav Klimt</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/degas'><b><h8>Hilaire Germain Edgar Degas</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/guillaumin'><b><h8>Jean-Baptiste-Armand Guillaumin</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/miro'><b><h8>Joan Miro</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/corot'><b><h8>Jean-Baptiste Camille Corot </h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/cassatt'><b><h8>Mary Cassatt</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/cezanne'><b><h8>Paul Cezanne</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/picasso'><b><h8>Pabblo Picasso</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/renoir'><b><h8>Pierre Auguste Renoir </h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/gauguin'><b><h8>Paul Gauguin</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/dali'><b><h8>Salvador Dali </h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/vangogh'><b><h8>Vincent van Gogh</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/kandinsky'><b><h8>Wassily Kandinsky</h8></b></a></td>");
document.write("		</tr>");
document.write(" <td><a href='/chase'><b><h8>William Merritt Chase</h8></b></a></td>");
document.write("		</tr>");
document.write("	</table>");
document.write("</div>");



