<!--

/*
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="#26354A";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFCC00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Tools and Links"; // <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"] //create header
ssmItems[1]=["Downloads", "http://www.pandasecurity.com/homeusers/downloads/tree/?sitepanda=particulares", "_new"]
ssmItems[2]=["PAV.SIG", "http://www.pandasecurity.com/homeusers/downloads/clients/?sitepanda=particulares","_new"]
ssmItems[3]=["Renewals", "https://shop.pandasoftware.com/renewals/?track=&lang=2&sitepanda", "_new"]
ssmItems[4]=["Email change", "http://www.pandasecurity.com/homeusers/support/details/mail/?", "_new"]
ssmItems[5]=["Activate 2008", "http://www.pandasecurity.com/homeusers/support/register/", "_new"]
ssmItems[6]=["Register 2009", "http://www.pandasecurity.com/homeusers/support/register/retail2009/", "_new"]
ssmItems[7]=["HiJackThis", "http://www.majorgeeks.com/Trend_Micro_HijackThis_d5554.html", "_new"]

ssmItems[8]=["FAQ", "http://www.pandasecurity.com/homeusers/support/hot-topics/?sitepanda=particulares", "_new", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:techsupport@us.pandasecurity.com", "",1]

ssmItems[10]=["Other Links", "", ""] //create header
ssmItems[11]=["Panda Anti Rootkit", "http://research.pandasoftware.com/blogs/images/AntiRootkit.zip", ""]
ssmItems[12]=["2006 Uninstaller", "http://support.us.pandasecurity.com/retail/tools/uninst06.exe", ""]
ssmItems[13]=["2007 Uninstaller", "http://www.pandasecurity.com/resources/sop/UNINSTALLER_07.exe", ""]
ssmItems[14]=["2008 Uninstaller", "http://www.pandasecurity.com/resources/sop/UNINSTALLER_08.exe", ""]
ssmItems[15]=["2009 Uninstaller", "http://www.pandasecurity.com/resources/sop/UNINSTALLER_09.exe", ""]
ssmItems[16]=["2010 Uninstaller", "http://support.us.pandasecurity.com/retail/tools/uninst10.exe", ""]
ssmItems[17]=["ActiveScan Pro", "http://www.pandasecurity.com/activescan/index/", "_new"]
ssmItems[18]=["Autorun Utility", "http://download.sysinternals.com/Files/Autoruns.zip", ""]
ssmItems[19]=["GMER Tool", "http://gmer.net/gmer.zip", ""]
ssmItems[20]=["Process Monitor", "http://download.sysinternals.com/Files/ProcessMonitor.zip", ""]
ssmItems[21]=["Smitfraud Fix", "http://siri.urz.free.fr/Fix/SmitfraudFix.exe", ""]
ssmItems[22]=["PAVCL Scanner", "http://www.pandasecurity.com/resources/tools/Pavcl2.0.exe", ""]
buildMenu();

//-->
