﻿<!--

/*
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="FFE4CA";
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="Sylfaen";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C76023";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Sylfaen";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C76023";
barFontFamily="Sylfaen";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ՄԱՍՆԱՃՅՈՒՂԵՐ"; // <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]=["Գյումրու մասնաճյուղ"] //create header
ssmItems[1]=["Մասնաճյուղի մասին", "branch.html", ""]
ssmItems[2]=["Բաժիններ", "gumri_departments.html",""]
ssmItems[3]=["Ամբիոններ", "gumri_chairs.html", ""]
ssmItems[4]=["Դիպլոմային աշխատանքներ", "gumri_diploma_painting_2009.html", "_new"]
ssmItems[5]=["Ցուցահանդեսներ", "gumri_exhibition_10_years.html", ""]
ssmItems[6]=["Մրցանակներ", "gumri_prize.html", ""]
ssmItems[7]=["Դիլիջանի մասնաճյուղ", "", ""] //create header
ssmItems[8]=["Մասնաճյուղի մասին", "#", ""]
ssmItems[9]=["Բաժիններ", "#", ""]
ssmItems[10]=["Ամբիոններ", "#", ""]
ssmItems[11]=["Դիպլոմային աշխատանքներ", "dilijan_diploma_gobelen.html", ""]

buildMenu();

//-->