var values_arr;
var has_features;
//========================================================================
function QuickSearch(type) {
	document.cat_search.type.value=type;
	document.cat_search.submit();
}
//========================================================================
function menu_ch(str) {
    window.location.href= document.dropdownform.occasion.value;
}
//========================================================================
function mClk(src) {
  if (event.srcElement.tagName=='TD') {
     src.children.tags('A')[0].click();
    }
}
//========================================================================
function showHidePanel(id)
{
	if(id)
	{
		// changing dispaly of child nodes.
		if(document.getElementById(id))
		{
			if(document.getElementById(id).style.display=="")
			{
				document.getElementById(id).style.display="none";
			}
			else
			{
				document.getElementById(id).style.display="";
			}
		}
		// changing bullet to collapse OR expand state.
		if(document.getElementById("img_"+id))
		{
			if(document.getElementById("img_"+id).src.indexOf("rectminus.gif")!=-1)
				document.getElementById("img_"+id).src="/images/gifts/rectplus.gif";
			else
				document.getElementById("img_"+id).src="/images/gifts/rectminus.gif";
		}
	}
}
////************************* Gifts Variables ***********************
EnterVar1=convertHardCode(".&#1604;&#1591;&#1601;&#1575;&#1611; &#1588;&#1607;&#1585; &#1585;&#1575; &#1608;&#1575;&#1585;&#1583; &#1606;&#1605;&#1575;&#1574;&#1740;&#1583;");
