// JavaScript Document
YOffset=54; // no quotes!!
XOffset=0;
staticYOffset=10; // 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=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#777777";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#550000";
linkTarget="_top";
linkAlign="Left";
linkWidth=100;
barCols=1;
barBGColor="#550000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barAlign="right";
barVAlign="center";
barWidth=10; // no quotes!!
barText="NPG Side 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]=["Side Menu"] //create header
ssmItems[1]=["Home", "http://www.newpridegrafix.com/", ""]
ssmItems[2]=["Portfolio", "http://www.newpridegrafix.com/gfx", ""]
ssmItems[3]=["Wallpapers", "http://www.newpridegrafix.com/gfx/wp", ""]
ssmItems[4]=["Templates", "http://www.newpridegrafix.com/Templates", ""]
ssmItems[5]=["Tutorials", "http://www.newpridegrafix.com/tuts", ""]
ssmItems[6]=["Personal", "", ""] //create header
ssmItems[7]=["My Third Eye", "http://lateralus.byethost12.com/", ""]
ssmItems[8]=["Music", "http://lateralus.byethost12.com/music/", ""]
ssmItems[9]=["My Blog", "http://agnosticmicrocosm.blogspot.com/", ""]
ssmItems[10]=["My Art", "http://lateralus.byethost12.com/myart/", ""]
ssmItems[11]=["My Deviant", "http://lateralus138.deviantart.com/", ""]
buildMenu();