<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#E1E1C4";
hdrBGColor="#006666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CCCC99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#006666";
barFontFamily="Verdana";
barFontSize="5";
barFontColor="#E1E1C4";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <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]=["MENU Cobertura / Cover"] //create header
ssmItems[1]=["Principal / Home", "http://www.cinofilia-sud.com.ar", ""]
ssmItems[2]=["Información General/ General Information", "inmundial2005a.php",""]
ssmItems[3]=["Inscripción / Inscription ", "inmundial2005b.php", ""]
ssmItems[4]=["Comite Ejecutivo", "inmundial2005c.php", ""]
ssmItems[5]=["Predio del Show / Shows Center", "inmundial2005d.php", ""]
ssmItems[6]=["Area de Grooming / Grooming Area", "inmundial2005e.php", ""]
ssmItems[7]=["Competición / Competicion", "inmundial2005f.php", ""]
ssmItems[8]=["Categoria / Class", "inmundial2005g.php", ""]
ssmItems[9]=["Aranceles / Entry Fees", "inmundial2005h.php", ""]
ssmItems[10]=["Jueces / Judge", "inmundial2005i.php", ""]
ssmItems[11]=["Hoteles / Hotels", "inmundial2005j.php", ""]
ssmItems[12]=["Folletos / Pamphlets", "inmundial2005k.php", ""]
ssmItems[13]=["Horarios / Schedules", "inmundial2005n.php", ""]
buildMenu();

//-->
