<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" Menu truy cập nhanh"; // <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]=["Menu Chính"] //create header
ssmItems[1]=["Trang chủ", "index.php", ""]
ssmItems[2]=["Giới thiệu", "modules.php?name=gioithieu",""]
ssmItems[3]=["Tin tức & Sự kiện", "modules.php?name=News", ""]
ssmItems[4]=["Tài nguyên", "modules.php?name=Files", ""]
ssmItems[5]=["Diễn dàn", "modules.php?name=Forums", ""]
ssmItems[6]=["Thời khóa biểu", "http://lapvo2.vn/web/thoikhoabieu/index.htm", "no"]
ssmItems[7]=["Up tài liệu lưu trữ","http://galaxyz.net/",""]
ssmItems[8]=["Trắc nghiệm", "http://lapvo2.vn/web/modules/tracnghiem/index.php", "", 1, "no"] //create two column row
ssmItems[9]=["Đề thi", "http://lapvo2.vn/web/modules.php?name=Files&go=cat&cid=70", "",1]

//ssmItems[7]=["FAQ", "", "", 1, "no"] //create two column row
//ssmItems[8]=["Contact", "", "",1]

ssmItems[10]=["Thành Viên"] //create header
ssmItems[11]=["Đăng nhập", "modules.php?name=Your_Account&redirect=index", ""]
ssmItems[12]=["Đổi mật khẩu", "modules.php?name=Forums&file=profile&mode=editprofile", ""]
ssmItems[13]=["Hộp thư", "modules.php?name=Private_Messages&file=index&folder=inbox", ""]
ssmItems[14]=["Theo dõi bài", "modules.php?name=Forums&file=search&search_id=egosearch",""]
ssmItems[15]=["Lưu bút", "http://lapvo2.vn/luubut/index.php", ""]
ssmItems[16]=["Xem hình", "modules.php?name=Albums", "", 1, "no"]
ssmItems[17]=["Xem phim", "Video_Stream", "", 1]
ssmItems[18]=["Cộng tác"] //create header
ssmItems[19]=["Gửi bài cộng tác", "modules.php?name=goibaiviet", ""]
ssmItems[20]=["Hồ sơ giáo viên", "modules.php?name=About", ""]
ssmItems[21]=["Hồ sơ học sinh", "modules.php?name=hoso", ""]

buildMenu();

//-->
// Laser - http://mangvn.org - 09/02/2006
