<!--
/*
Copyright © Dot Solutions.
*/

// Positioning and speed
YOffset=260; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=20; // 200,  this sets the time the menu stays out for after the mouse goes off it.

// For the menu table
menuBGColor="00033";//borde tabla
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!

// For the menu headers and horizontal bars
hdrFontFamily="arial, sans serif";
hdrFontSize="2";//2
hdrFontColor="#ffffff";//titulo links
hdrBGColor="#0e1b8d";
hdrAlign="left";
hdrVAlign="left";//center
hdrHeight="2";//20

// For the links
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffffff";//fondo links
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";

// For the vertical menu bar
barBGColor="0e1b8d";//barra visible
barFontFamily="arial, sans serif";
barFontSize="1";//2
barFontColor="#ffffff";
barVAlign="center";
barWidth=10; // no quotes!!

// Define the links in the menu:
startMenu("Opcions", "Contacti")
addItem("Enviar e-mail", "mailto:cpb@cpbssm.org", "");
addItem("Direcció i Gestió", "contactins.htm", "");
addItem("Links", "links.htm", "");
addItem("Crèdits", "credits.htm", "");
endMenu()

//-->