<!--
/*
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", "index.htm", "_top", 1, "no"]
ssmItems[2]=["Kontakte", "kontakte.htm","_top",1]
ssmItems[3]=["Rechtsschutz"] //CREATE HEADER
ssmItems[4]=["Nationale + internationale Patente; Geschmacksmuster", "patentes.htm", "_top"]
ssmItems[5]=["Spanische Marken", "marcas.htm", "_top"]
ssmItems[6]=["Gemeinschaftsmarken + Internationale Marken", "marcas_comunitarias.htm", "_top"]
ssmItems[7]=["Rechtsabteilung", "juridico.htm", "_top"]
ssmItems[8]=["DOWNLOAD", "download.htm", "_top"]
ssmItems[9]=["Das Unternehmen", "empresa.htm", "_top"]


buildMenu();

//-->
