/* --- menu items --- */
var MENU_ITEMS0 = [
['Home', 'home.html', {'sw':100,'tw':'content'}],
	['Products', 'products.html', {'sw':100,'tw' : 'content'},
	    ['Shop by Type ', 'shopbytype.html',{'tw' :'content'}],
		['Shop by Room', 'shopbyroom.html', {'tw' :'content'}],
		['Shop by Brand', 'shopbybrand.html',{'tw' : 'content'}],
		['Shop by Style', 'shopbystyle.html',{'tw' : 'content'}],
			],
	
	['Links', 'links.html', {'sw':100,'tw' : 'content'},
		['Informational Links', 'links.html',{'bl':200,'tw' : 'content'}],
		['Inspiration Links', 'inspiration.html',{'bl':200,'tw' : 'content'}]
	],
['Contractors','contractors.html', {'sw':100,'tw' : 'content'},
	['Order Form','contractors.html',{'bl':200,'tw' : 'content'}],
	['Request a Catolog','catalog.html',{'bl':200,'tw' : '_top'}]
]
];
function imgOver(s_id) {
	document.images['myImg'].src = 'img/' + SRCs[s_id] + '.gif' 
}
function imgOut(s_id) {
	document.images['myImg'].src = 'img/help-2.gif'
}

