var menu2=new Array();
menu2[0] = '<a href="../products/item.php?c=18" class="drop">Bears</a>';
menu2[1] = '<a href="../products/item.php?c=11" class="drop">Father Christmas</a>';
menu2[2] = '<a href="../products/item.php?c=7" class="drop">Footrest Animals</a>';
menu2[3] = '<a href="../products/item.php?c=12" class="drop">Penguins &amp; More</a>';
menu2[4] = '<a href="../products/item.php?c=13" class="drop">Plush</a>';
menu2[5] = '<a href="../products/item.php?c=14" class="drop">Rabbits</a>';
menu2[6] = '<a href="../products/item.php?c=15" class="drop">Standing Bears</a>';
menu2[7] = '<a href="../products/item.php?c=16" class="drop">Tree Bears</a>';
menu2[8] = '<a href="../products/item.php?c=17" class="drop">Wreaths</a>';
menu2[9] = '<a href="../products/item.php?c=8" class="drop">Dogs</a>';
catArr = new Array('Bears','Father Christmas','Footrest Animals','Penguins &amp; More','Plush','Rabbits','Standing Bears','Tree Bears','Wreaths','Dogs');
catId = new Array('18','11','7','12','13','14','15','16','17','8');
function contentHeight(){
	obj = document.getElementById('content');
	x = obj.offsetHeight;
	if(x<555) obj.style.height = "555px";
}