<!--
	
	/*
	Configure menu styles below
	NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
	*/
	YOffset=120; // no quotes!!
	XOffset=0;
	staticYOffset=30; // no quotes!!
	slideSpeed=10 // no quotes!!
	waitTime=0; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
	menuBGColor="black";
	menuIsStatic="yes"; //this sets whether menu should stay static on the screen
	menuWidth=150; // Must be a multiple of 10! no quotes!!
	menuCols=2;
	hdrFontFamily="verdana";
	hdrFontSize="2";
	hdrFontColor="C00000";
	hdrBGColor="#e3e3e3";
	hdrAlign="left";
	hdrVAlign="center";
	hdrHeight="15";
	linkFontFamily="Verdana";
	linkFontSize="2";
	linkBGColor="e3e3e3";
	linkOverBGColor="#c3c3c3";
	linkTarget="_top";
	linkAlign="Left";
	barBGColor="C00000";
	barFontFamily="Verdana";
	barFontSize="3";
	barFontColor="white";
	barVAlign="center";
	barWidth=10; // no quotes!!
	barText="<IMG src=images/menu.gif>"; // <IMG> tag supported. Put exact html for an image to show.
	ssmItems[0]=["الرئيسية","index.php?act=showmaincat", ""] //create header
	ssmItems[1]=["قسم الاسلاميات", "index.php?act=showcat&id=3&start=0", ""]
ssmItems[2]=["قسم البلوتوث", "index.php?act=showcat&id=2&start=0", ""]
buildMenu();