timegap=500
followspeed=5
followrate=40
suboffset_top=16
suboffset_left=0
sub_top=104
sub_width=98
main_left=3

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
  nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,top=0,left="+(screen.width-800));
  nwin.focus();
}

prop1=[           // prop1 iarray of properties
"FFFFFF",         // Off Font Color
"0B4F1D",         // Off Back Color
"FFF000",         // On Font Color
"298729",         // On Back Color
"ffffff",         // Border Color
9,                // Font Size
"normal",         // Font Style
"normal",         // Font Weight
"Tahoma",         // Font
3,                // Padding
"arrow.jpg",      // Sub Menu Image
0,                // 3D Border & Separator
"66ffff",         // 3D High Color
"ffffff",         // 3D Low Color
"000000",         // Referer item Font Color (Blank to disable)
"609B73",         // Referer item Back Color (Blank to disable)
]

prop2=[           // prop2 array of properties
"ffffff",         // Off Font Color
"A0795D",         // Off Back Color
"ffffff",         // On Font Color
"CFA17F",         // On Back Color
"ffffff",         // Border Color
9,                // Font Size
"normal",         // Font Style
"bold",           // Font Weight
"Tahoma",         // Font
3,                // Padding
"arrow.jpg",      // Sub Menu Image
0,                // 3D Border & Separator
"66ffff",         // 3D High Color
"000099",         // 3D Low Color
,     		  // Referer item Font Color (Blank to disable)
,	          // Referer item Back Color (Blank to disable)
]

menu1=[       // MENU PROPERTIES AND DETAILS
6,            // Top
main_left,    // Left
sub_width,    // Width
1,            // Border Width
"center",     // Screen Position - here you can use "center;middle;right"
prop1,        // Properties Array - this is set higher up, as above
1,            // Always Visible - allows the menu item to be visible at all time
"center",     // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,             // Filter - Text variable for setting transitional effects on menu activation
,             // Follow Scrolling - Tells the menu item to follow the user down the screen
1,            // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
1,            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,             // Position of sub image left:center:right:middle:top:bottom
,             // Show an image on top menu bars indicating a sub menu exists below
,             // Reserved for future use
"Gensan Gazer","gensan.html",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Armanikolas","about.html",,,1,
"Publishing","custom.html",,,1,
"Advertising","ad.html",,,1,
"Bookie","booker.html",,,1,
"BLOZZ","blozz.html",,,1,
"TRENDZ","trendz.html",,,1,
"Contact","contact.html",,,1,
"Home","index.html",,,1
]