<!--
YOffset=65; // no quotes!!
XOffset=150;
staticYOffset=60; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="#ffffff";
menuIsStatic="yes"; 
menuWidth=320; // Must be a multiple of 10! no quotes!!
menuCols=1;

hdrFontFamily="verdana";
hdrFontSize="";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#f0e7bf";
linkOverBGColor="#ffcb49";
linkTarget="_top";
linkAlign="Left";

barBGColor="#ffcb49";
//barBGColor="#002b7b";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="top";
barWidth=10; // no quotes!!
barText=" "; // <IMG> tag supported. barText="<IMG src=menu_see.gif>" Slide Menu;

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
// ssmItems[0]=[""] //create header
ssmItems[0]=[" ", "#1", ""]
ssmItems[1]=["   ", "#2",""]
ssmItems[2]=["", "#3", ""]
ssmItems[3]=["   GIN", "#4", ""]
ssmItems[4]=["<img src='../new.gif' border=0><b>&nbsp;-</b>", "#12", ""]
ssmItems[5]=[" ", "#5", ""]
ssmItems[6]=["ISDN", "#6", ""]
ssmItems[7]=[" ", "#7"]
ssmItems[8]=["   ", "#8"]
ssmItems[9]=[" ", "kk.html"]
ssmItems[10]=[" ", "ic.html"]
ssmItems[11]=["  ", "#9", ""]
ssmItems[12]=["-    ", "ipprice.html", ""]
ssmItems[13]=["   ", "reqserv.html", ""]


buildMenu();

//-->

