<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Th3 0uTl4wS"; // <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]=["Th3 0uTl4wS"] //create header
ssmItems[1]=["..:: Home ::..", "http://th3-0utl4ws.com/", "_blank"]
ssmItems[2]=["..:: Vote ::..", "http://www.progenic.com/vote/?id=0uTl4wS","_blank"]
ssmItems[3]=["..:: Root exploits ::..", "http://localroot.th3-0utl4ws.com/", "_blank"]
ssmItems[4]=["..:: Tools ::..", "http://tools.th3-0utl4ws.com/", "_blank"]
ssmItems[5]=["..:: VIP Area ::..", "http://board.th3-0utl4ws.com/forumdisplay.php?f=90", "_blank"]
ssmItems[6]=["..:: Donate ::..", "http://board.th3-0utl4ws.com/private.php?do=newpm&u=26", "_blank"]
ssmItems[7]=["Some Links To me."]
ssmItems[8]=["User CP", "http://board.th3-0utl4ws.com/usercp.php", "_blank",1, "no"] //create two column row
ssmItems[9]=["PM", "http://board.th3-0utl4ws.com/private.php?do=newpm&u=111455", "_blank",1]

ssmItems[10]=["Affiliates", "", "_blank"] //create header
ssmItems[11]=["..:: Th3 0uTl4wS ::..", "http://th3-0utl4ws.com/", "_blank"]
ssmItems[12]=["..:: Vote For Us ::..", "http://www.progenic.com/vote/?id=0uTl4wS", "_blank"]
ssmItems[13]=["..:: Hosting ::..", "http://experts-hosting.net/", ""]
ssmItems[14]=["..:: Vuln-Lab ::..", "http://vulnerability-lab.com/", "_blank"]

buildMenu();

//-->

