<!--
/*
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=50 // no quotes!!
waitTime=450; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#21244C"; 
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, Arial, Helvetica, sans-serifl";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#21244C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana, Arial, Helvetica, sans-serifl; TEXT-DECORATION: none";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#cc9933";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff"; //white
barFontFamily="Verdana, Arial, Helvetica, sans-serif";
barFontSize="1";
barFontColor="#000066";
barVAlign="center";
barWidth=13; // no quotes!!
barText="NAVIGATION"; // <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]=["URYAS INTERNATIONAL"] //create header
ssmItems[1]=["Home", "espanol/index.htm", "_top", 1, "no"]
ssmItems[2]=["Contactenos", "espanol/contacto.htm","_top",1]
ssmItems[3]=["PROPIEDAD INDUSTRIAL"] //CREATE HEADER
ssmItems[4]=["Patentes nacionales y internacionales; Modelos de Utilidad", "espanol/patentes.htm", "_top"]
ssmItems[5]=["Marcas nacionales", "espanol/marcas.htm", "_top"]
ssmItems[6]=["Marcas Comunitarias y Internacionales", "espanol/marcas_comunitarias.htm", "_top"]
ssmItems[7]=["ASESORIA JURIDICA", "espanol/juridico.htm", "_top"]
ssmItems[8]=["Formularios", "espanol/download.htm", "_top"]
ssmItems[9]=["La empresa", "espanol/empresa.htm", "_top"]


buildMenu();

//-->
