timegap=5000
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=-4;

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,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"DAD300",					// Off Back Color
"FF2C12",					// On Font Color
"DAD300",					// On Back Color
"",					// Border Color
13,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
2,							// Padding
"images/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"",					// 3D High Color
"",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"DAD300",					// Referer item Back Color (leave this blank to disable)
]

prop_sub=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"DAD300",					// Off Back Color
"FF2C12",					// On Font Color
"DAD300",					// On Back Color
"3015E0",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana, Arial, Helvetica, sans-serif",	// Font
3,							// Padding
"images/arrow.gif",				// Sub Menu Image
1,							// 3D Border & Separator
"DAD300",					// 3D High Color
"DAD300",					// 3D Low Color
"FFFFFF",					// Referer item Font Color (leave this blank to disable)
"FF2C12",					// Referer item Back Color (leave this blank to disable)
]