/*
			Configure menu styles below
			NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
			*/
			YOffset=150; // no quotes!!
			XOffset=0;
			staticYOffset=30; // no quotes!!
			slideSpeed=20 // no quotes!!
			waitTime=100; // 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=200; // Must be a multiple of 10! no quotes!!
			menuCols=2;
			hdrFontFamily="tahoma";
			hdrFontSize="2";
			hdrFontColor="white";
			hdrBGColor="#4f474b";
			hdrAlign="left";
			hdrVAlign="center";
			hdrHeight="15";
			linkFontFamily="tahoma";
			linkFontSize="2";
			linkBGColor="white";
			linkOverBGColor="#ffff99";
			linkTarget="_top";
			linkAlign="Left";
			barBGColor="#12076a";
			barFontFamily="tahoma";
			barFontSize="2";
			barFontColor="white";
			barVAlign="center";
			barWidth=20; // no quotes!!
			barText=" M E N U "; // <IMG> tag supported. Put exact html for an image to show.
			
			///////////////////////////
			
			// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
			ssmItems[0]=["SMKN 2 SINGOSARI "] //create header
			ssmItems[1]=["Sambutan Kepsek","http://smkn2-singosari.sch.id/statis-26-sambutan.html", ""]
			ssmItems[2]=["Profil Sekolah", "http://smkn2-singosari.sch.id/statis-2-visidanmisi.html", ""]
			ssmItems[3]=["Galery Keg. Sekolah", "http://smkn2-singosari.sch.id/album-25-kegiatan-sekolah.html", ""]
			ssmItems[4]=["Agenda Sekolah", "http://smkn2-singosari.sch.id/semua-agenda.html", ""]
			ssmItems[5]=["Download", "http://smkn2-singosari.sch.id/semua-download.html", ""]
			ssmItems[6]=["Album sekolah", "http://smkn2-singosari.sch.id/semua-album.html", ""]
			ssmItems[7]=["Menu Utama", "http://smkn2-singosari.sch.id/home", ""]
			buildMenu();		
