<!--

/*
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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#009900";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000CE";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="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]=["Tin giáo dục", "modules.php?name=News&op=viewcat&catid=1",""]
ssmItems[3]=["Tin CNTT", "modules.php?name=News&op=viewcat&catid=3", ""]
ssmItems[4]=["Chuyên đề dạy học", "modules.php?name=News&op=viewcat&catid=5", ""]
ssmItems[5]=["Tiện Ích"]
ssmItems[6]=["Tải file", "modules.php?name=Files", ""]
ssmItems[7]=["Hình ảnh", "modules.php?name=Albums", ""]
ssmItems[8]=["Âm nhạc", "modules.php?name=Files", ""] //create two column row
ssmItems[9]=["Truyện ngắn", "modules.php?name=Story", ""]
ssmItems[10]=["Trắc nghiệm trực tuyến", "modules.php?name=Tracnghiem", ""]
ssmItems[11]=["Ngày này năm xưa", "modules.php?name=Redday", ""]
buildMenu();

//-->
// Phanminhchanh - http://phanminhchanh.come.vn - 18/11/2008
