<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="no"; //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="#76AAD7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#C8DBEF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=10; // no quotes!!
barText="LOCAL LINKS SIDE BAR"; // <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]=["Corning Links"] //create header
ssmItems[1]=["City of Corning", "http://www.corning.org", "_new"]
ssmItems[2]=["Corning Chamber", "http://www.corningchamber.org", "_new"]
ssmItems[3]=["Corning Observer", "http://www.corning-observer.com", "_new"]
ssmItems[4]=["City Cauncil", "http://www.corning.org/city_council.html", "_new"]
ssmItems[5]=["Corning Police", "http://www.corning.org/police_dep.html", "_new"]
ssmItems[6]=["Corning Fire", "http://www.corning.org/fire_dept.html", "_new"]

ssmItems[7]=["Schools", "http://corningpd.org/schools.html", "_new", 1, "no"] //create two column row
ssmItems[8]=["Weather", "http://www.google.com/search?q=corning%2C+ca+weather&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-25,GGGL:en", "_new",1]

ssmItems[9]=["County Links", "", ""] //create header
ssmItems[10]=["Tehama County", "http://www.tehamacounty.com", "_new"]
ssmItems[11]=["County Fire", "http://www.tehamacountyfire.org", "_new"]
ssmItems[12]=["Sheriff's Office", "http://tehamaso.org", "_new"]
ssmItems[13]=["Current Inmates", "http://www.tehamaso.org/inmates/ICURRENT.HTM", "_new"]
ssmItems[14]=["ADD A LINK!", "http://www.corningcalifornia.net/forum/showthread.php?p=26#post26", ""]

ssmItems[15]=["Message Board", "", ""] //create header
ssmItems[16]=["Main Forum", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=2", ""]
ssmItems[17]=["For Sale", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=15", "", 1, "no"] //create two column row
ssmItems[18]=["Wanted", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=16", "",1]
ssmItems[19]=["Rants & Raves", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=17", ""]
ssmItems[20]=["Lost & Found", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=12", ""]
ssmItems[21]=["Politics", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=9", "", 1, "no"] //create two column row
ssmItems[22]=["Religion", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=10", "",1]
ssmItems[23]=["<B>Personals</B>", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=3", ""]
ssmItems[24]=["Alumni", "http://www.corningcalifornia.net/forum/forumdisplay.php?f=18", ""]
ssmItems[25]=["<B>*REFRESH BOARD*</B>", "http://www.corningcalifornia.net/forum/index.php", ""]
buildMenu();

//-->