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="ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#B6E700";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#F4FBF7";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barBGimg="themes/default/images/msn.jpg";
barFontFamily="Verdana";
barFontSize="2";
hdrHeights="22";
barVAlign="center";
barVAligns="top"
barWidth=24; // no quotes!!
barText=""; // <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]=["MSN"] //create header
<!-- MSN Messenger {foreach name=im from=$msn item=im}-->
	<!-- {if $MSN_norman} -->
			ssmItems[{$smarty.foreach.im.iteration}]=["<img src='../images/msn.jpg' width='18' height='18'/><a href='msnim:chat?contact={\$im}'>{\$im}</a>", "#", ""]
	<!-- {/if} -->
<!-- {/foreach} MSN Messenger -->

buildMenu();
moveBack();