// JavaScript Document

document.write('<table width="170" style="position:absolute;margin:0px 0px 0px 0px;display:none;border:1px solid #FFC839;" id="prod_cat"  border="0" cellspacing="0" cellpadding="0" onMouseOver="document.getElementById(\'prod_cat\').style.display=\'\';" onMouseOut="document.getElementById(\'prod_cat\').style.display=\'none\'">\
		<tr>\
		<td>\
			<table width="100%" border="0" cellspacing="0" cellpadding="0" >\
			  <tr>\
				<td colspan="3"></td>\
			  </tr>\
			</table>\
		</td>\
	  </tr>\
	  <tr>\
		<td bgcolor="#26423F"   valign="top">\
			<table width="100%" border="0" cellspacing="0" cellpadding="0" >\
						  <tr>\
				<td >\
					<table width="100%" border="0" cellspacing="0" cellpadding="0" class="prodcatmenu">\
					  <tr>\
						<td onMouseOver="this.style.backgroundColor=\'#FFC839\'" onMouseOut="this.style.backgroundColor=\'#26423F\'" style="padding:0px 0px 0px 5px;border-bottom:1px solid #FFC839;" ><a href="http://www.jozzbeat.com/jelly_beans.htm"  class="prodcatmenu">Jelly Beans And Other Suites</a></td>\
					  </tr>\
					   <tr>\
						<td onMouseOver="this.style.backgroundColor=\'#FFC839\'" onMouseOut="this.style.backgroundColor=\'#26423F\'" style="padding:0px 0px 0px 5px;border-bottom:1px solid #FFC839;" ><a href="jellybeans2.htm"  class="prodcatmenu">Jelly Beans And Other Suites #2</a></td>\
					  </tr>\
					  <tr>\
						<td onMouseOver="this.style.backgroundColor=\'#FFC839\'" onMouseOut="this.style.backgroundColor=\'#26423F\'" style="padding:0px 0px 0px 5px;border-bottom:1px solid #FFC839;" ><a href="posters.htm"  class="prodcatmenu">Home/Classroom Music Posters</a></td>\
					  </tr>\
					</table>\
				</td>\
			   </table>\
		</td>\
	  </tr>\
	 </table>');

var act_cit_id;
function prod_cat(objec1){
act_cit_id=objec1.id;
var curleft = curtop = 0;
		if (objec1.offsetParent) {
		curleft = objec1.offsetLeft
		curtop = objec1.offsetTop
		while (objec1 = objec1.offsetParent) {
			curleft += objec1.offsetLeft
			curtop += objec1.offsetTop;
		}
	}
	document.getElementById('prod_cat').style.display="";
	document.getElementById('prod_cat').style.left = curleft;
	document.getElementById('prod_cat').style.top = curtop + 12;
	document.getElementById('gallery').style.display="none";
	document.getElementById('product').style.display="none";

}

function prod_cat_hide1(){
	document.getElementById('prod_cat').style.display="none";
	//document.getElementById('searchpop3').style.display="none";
	//document.getElementById('searchpop4').style.display="none";
}

function hide()
{
	document.getElementById('air').style.display="none";
	document.getElementById('earl').style.display="none";
	document.getElementById('engine').style.display="none";
	document.getElementById('safety').style.display="none";
}
