<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#2D4A81";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#415E95";
linkOverBGColor="#7D9AD1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#19366D";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="<img src=\"menu.jpg\" width=\"30\" height=\"319\">"; // <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]=["CT-Langner"] //create header
ssmItems[1]=["HOME", "index.htm", "_self"]
ssmItems[2]=["INTERNET, WIE EINFACH", "easy.htm", "_self"]
ssmItems[3]=["FIRMENPROFIL", "profil.htm", "_self"]
ssmItems[4]=["REFERENZEN", "ref.htm", "_self"]
ssmItems[5]=["WEBHOSTING", "hosting.htm","_self"]
ssmItems[6]=["WEBMASTERING", "master.htm", "_self"]
ssmItems[7]=["NETZWERKREALISIERUNG", "nwerk.htm", "_self"]
ssmItems[8]=["HARD & SOFTWARE", "hus.htm", "_self"]
ssmItems[9]=["VOR-ORT-SERVICE", "vor.htm", "_self"]
ssmItems[10]=["WEITERE ANGEBOTE", "", ""] //create header
ssmItems[11]=["SUPER_SONDERANGEBOTE", "angebote.htm", "_self"]
ssmItems[12]=["ISDN/TDSL", "issl.htm", "_self"]
ssmItems[13]=["DIREKTBESTELLUNG-WEBSPACE", "formulare/antrag_aktion_regional.pdf", "_self"] //create two column row
ssmItems[14]=["PROVIDERWECHSEL", "wechsel.htm", "_self"]
ssmItems[15]=["LEISTUNG LINUX/NT-SERVER", "linux.htm", "_self"]
ssmItems[16]=["TECHNIK", "tech.htm", "_self"]
ssmItems[17]=["ANFRAGEN", "form2.htm", "_self"]
ssmItems[19]=["IMPRESSUM", "impressum.htm", "_self"]
ssmItems[18]=["LEASING UND FINANZIERUNG", "leasing.htm", "_self"]
ssmItems[20]=["EMAIL", "mailto:info@ct-langner.de?subject=Information", "",]





buildMenu();

//-->