<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FFCC00";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FFFFFF";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU UPLOAD"; // <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]=["Liens"] //create header
ssmItems[1]=["LYNGSAT", "http://www.lyngsat.com", "_new"]
ssmItems[2]=["WORLDSAT", "http://www.worldsat.org/index.php?cat=5","_new"]
ssmItems[3]=["SAT-HEAVEN", "http://www.clonesat.com/satellite-heaven.de/Receiver/stb_na.htm", "_new"]
ssmItems[4]=["RDI-FILES", "http://www.rdi-files.com", "_new"]
ssmItems[5]=["ALLRECEIVERS", "http://www.allreceivers.com", "_new"]
ssmItems[6]=["LUXSAT", "http://www.luxsat.eu/superlux", "_new"]
ssmItems[7]=["SCORPIONSAT", "http://www.scorpionsat.org/maker/ShowKeys/ShowKeys.php", "_new"]
ssmItems[8]=["Forums-Utiles", "", ""] //create header
ssmItems[9]=["", "http://www.fannansat.com/vb", "_new"]
ssmItems[10]=["", "http://www.all-patch.org/vb", "_new"]
ssmItems[11]=["", "http://www.fannansat.com/vb", "_new"]
ssmItems[12]=["", "http://www.all-patch.org/vb", "_new"]
ssmItems[13]=["", "http://www.startimes2.com", "_new"]
ssmItems[14]=["EMAIL", "mailto: goldvision-upload@hotmail.com", "_new", 1, "no"] //create two column row
ssmItems[15]=["", "mailto: goldvision-upload@hotmail.com", "",1]


buildMenu();

//-->
