
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function checkBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.ie4mac=this.ie4 && navigator.userAgent.indexOf("Mac")>-1
	this.ie5mac=this.ie5 && navigator.userAgent.indexOf("Mac")>-1
	this.ie55=(this.ver.indexOf("MSIE 5.5")>-1 && this.dom)?1:0; 
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5 || this.ie5mac)
	return this
}
bw=new checkBrowser()

oMenu=new menuObj('oMenu') 

oMenu.clMain='padding:5px; font-family:arial; font-size:13px; font-weight:bold; border: 1px solid #999999'
oMenu.clSub='padding:5px; font-family:arial; font-size:13px; font-weight:bold; border: 1px solid #999999'
oMenu.clAMain='text-decoration:none; color:"#ffffff"' 
oMenu.clASub='text-decoration:none; color:White' // E2C600 A0272E

oMenu.makeStyle()

oMenu.backgroundbar=0
oMenu.backgroundbarfromleft=(winW/2)-321
oMenu.backgroundbarfromtop=110 
oMenu.backgroundbarsize=640
oMenu.backgroundbarcolor="#666666" //  81a58a 81A59F

oMenu.mainheight=25
oMenu.mainwidth=120 

oMenu.subwidth=oMenu.mainwidth 
oMenu.subheight=24  

oMenu.subplacement=30 //oMenu.mainwidth+13
oMenu.subsubXplacement=oMenu.subwidth 

oMenu.mainbgcoloroff='#666666'
oMenu.mainbgcoloron='#999999' 
oMenu.subbgcoloroff='#999999' 
oMenu.subbgcoloron='#999999' 
oMenu.stayoncolor=1

oMenu.menuspeed=10
oMenu.menusubspeed=25
oMenu.menurows=1
oMenu.menueventon="click"
oMenu.menueventoff="click"
oMenu.menuplacement=0
oMenu.pxbetween=20
if (bw.ns4 || bw.ns5){
oMenu.fromleft=(winW/2)-270 //155
}
else {
oMenu.fromleft=(winW/2)-271 //155
}
if (bw.ns4 || bw.ns5){
oMenu.fromtop=114
}
else {
oMenu.fromtop=120 // bw+6
}


oMenu.makeMain(0,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Galleries &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;')
   oMenu.makeSub(0,0,'&nbsp;Living Rooms','Lindex.htm',9)
   oMenu.makeSub(0,1,'&nbsp;Dining Rooms','Dindex.htm',9)
   oMenu.makeSub(0,2,'&nbsp;Bedrooms','Bindex.htm',9)
   oMenu.makeSub(0,3,'&nbsp;Chairs/Settees','Cindex.htm',9)
   oMenu.makeSub(0,4,'&nbsp;Tables/Cabinets','Tindex.htm',9)
   oMenu.makeSub(0,5,'&nbsp;Entertainment','Eindex.htm',9)
   oMenu.makeSub(0,6,'&nbsp;Patio Sets','Pindex.htm',9)
   oMenu.makeSub(0,7,'&nbsp;Office','Oindex.htm',9)
   oMenu.makeSub(0,8,'&nbsp;Art/Accessories','Aindex.htm',9)
   
			
oMenu.makeMain(1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Find Us &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",'findus.htm')
oMenu.makeMain(2,'&nbsp;&nbsp;&nbsp;&nbsp; Contact Us &nbsp;&nbsp;&nbsp;&nbsp;','contact.html')
oMenu.makeMain(3,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Home &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','index.htm')

oMenu.construct()	
