

// set dbConnection = server.createobject("adodb.connection")

// dbConnection.open("filedsn=Snapshot")

// set rsTopMenu_withSub = server.CreateObject("adodb.recordset")

// get the topmenus that have Sub menus for this subcriber
// sql = "sp_retrieve_Topmenu_withSub 1" ' & session("idsubscriber") 
// set rsTopMenu_withSub = dbConnection.execute(sql)





_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";  // the color whn you pit the cursor on the menu
oncolor="#ffffff";
offbgcolor="#DDDDDD";   // main color of the menu
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
headercolor='#000000';
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight='normal';
pagecolor="black";
pagebgcolor="#999999";   // this is the color of the current page in the menu
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}








