<!--

/*
Configure el estilo del menu
NOTA: Para editar el color de los links, modifique en el STYLE tags y edite el 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=150; // Tiene que ser multiplo de 10! no quotes!!
menuCols=2;
hdrFontFamily="Times New Roman";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Times New Romana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008080";
barFontFamily="Times New Roman";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PRINCIPAL MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - deje 'link' y 'target' vacios para crear titulo

ssmItems[0]=["Home", "index.htm", ""]
ssmItems[1]=["Our Company", "ourcompany.htm",""]
ssmItems[2]=["Services", "services.htm", ""]
ssmItems[3]=["Graphic Design", "design.htm",""]
ssmItems[4]=["Web Development", "websites.htm",""]
ssmItems[5]=["Software Development", "development.htm",""]
ssmItems[6]=["Training", "training.htm",""]
ssmItems[7]=["Network, HW y SW", "networks.htm",""]
ssmItems[8]=["Software IT supports", "consultancy.htm",""]
ssmItems[9]=["Our Products", "products.htm",""]
ssmItems[10]=["Contact Us", "contacts.htm", ""]

buildMenu();

//-->