<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // no quotes!!
XOffset=10;
staticYOffset=10; // no quotes!!
slideSpeed=5; // no quotes!!
waitTime=5; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#DDDDDD";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#666666";
hdrBGColor="#DDDDDD";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="17";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffffff";
linkOverBGColor="#003E5D";
linkTarget="_top";
linkAlign="Left";
barBGColor="#DDDDDD";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NGAPAK DOT COM"; // <IMG> tag supported. Put exact html for an image to show.
//barText="<IMG src=menunav.gif>"; // <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]=["Home & pengunjung&nbsp;&nbsp;"] //create header
ssmItems[1]=["Home", "index.php", ""]
ssmItems[2]=["Login", "modules.php?name=Your_Account",""]
ssmItems[3]=["Daftar", "modules.php?name=Your_Account&op=new_user", ""]

ssmItems[4]=["Pilihan Anggota&nbsp;&nbsp;", "", ""] //create header
ssmItems[5]=["Login", "modules.php?name=Your_Account", ""]
ssmItems[6]=["Logout", "modules.php?name=Your_Account&op=logout", ""]
ssmItems[7]=["Lupa password?", "modules.php?name=Your_Account&op=pass_lost", ""]
ssmItems[8]=["Preference", "modules.php?name=Your_Account", ""]
ssmItems[9]=["Pesan pribadi", "modules.php?name=Your_Account&redirect=privmsg&folder=inbox", ""]

ssmItems[10]= ["Komunikasi&nbsp;&nbsp;", "", ""] //create header
ssmItems[11]=["Forum", "modules.php?name=Forums", ""]

ssmItems[12]=["Fasilitas&nbsp;&nbsp;", "", ""] //create header
ssmItems[13]=["Download", "modules.php?name=Downloads", ""]
ssmItems[14]=["Cari di situs ini", "modules.php?name=Search", ""]
ssmItems[15]=["Kamus Ngapak", "modules.php?name=Kamus_Ngapak", ""]
ssmItems[16]=["E-Mail Ngapak", "http://mail.ngapak.com", ""]

ssmItems[17]=["Artikel&nbsp;&nbsp;", "", ""] //create header
ssmItems[18]=["Semua artikel", "modules.php?name=News", ""]
ssmItems[19]=["Arsip artikel", "modules.php?name=Arsip_Artikel", ""]
ssmItems[20]=["Berita lain", "modules.php?name=More_News", ""]
ssmItems[21]=["Kirim artikel", "modules.php?name=Submit_News", ""]
ssmItems[22]=["Topik", "modules.php?name=Topics", ""]
ssmItems[23]=["", "", ""] //create header
buildMenu();

//-->