﻿<!--

/*=================================*\
||  -‘?’- wWw.Coolne.com ™ -‘?’-   ||
\*=================================*/
YOffset=117; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=120; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
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="Tahoma";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#295DC6";
linkOverBGColor="white";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="4";
linkBGColor="white";
linkOverBGColor="295DC6";
linkTarget="_blank";
linkAlign="center";
barBGColor="#295DC6";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="Đăng Ký Thành Viên"; // <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"] //create header
ssmItems[1]=["<b>Quick Register( Ghi Danh )", "http://coolne.com/4rum/register.php", ""]
ssmItems[2]=["<b>Recover PassWord<br>( Lấy Lại Mật Khẩu )", "http://coolne.com/4rum/login.php?do=lostpw", ""]
buildMenu();

//-->
