timegap=500
followspeed=0
followrate=40
suboffset_top=10;
suboffset_left=10;

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}
//effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)",#DCF0FB,back=DDFFEE,border=A8FDB5,#0187b0

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"0187b0",					// Off Back Color
"EDEFF3",					// On Font Color
"000000",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"000099",					// Referer item Font Color (leave this blank to disable)
"ffff00",					// Referer item Back Color (leave this blank to disable)
]


menu1=[			// This is the array that contains your menu properties and details
140,				// Top
10,				// left
130,				// Width
1,				// Border Width
"center",		// Screen Position - here you can use "center;left;right;middle;top;bottom"
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
,				// 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

"Home","show-menu2","index.htm","www.ssbeachresaortvarkala.com",1,
"Facilities","show-menu3","facilities.htm","beach front property with with sea view from all the rooms",1,
"Varkala","show-menu5","varkala.htm","attractions in and around varkal",1,
"Tarrif&Booking","booking.htm",,"thak you for showing interest to stay in ss beach resort",1,
"Guest Book","show-menu4","gust.htm","adhithi devo bhava",1,
"Contact","contact.htm",,"we welcome your comments and suggections",1
	
]

menu2=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Location Map","location.htm",,"How to reach in varkala",1

]

menu3=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Photogallery","photogallery.htm",,"Welcome to ss beach resort varkal",1
]

menu4=[,,200,1,"center",prop1,,"left",effect,,,,,,,
"News and Events","ne.htm",,"this is for your information",1
]
menu5=[,,200,1,"center",prop1,,"left",effect,,,,,,,
"Attractions","tour.htm",,"this is for your information",1
]

document.write("<style type=text/css>a:visited{color:#FF0000}a:active{color:#424EC8;text-decoration:underline}a:link{color:#424EC8}a:hover {color:#424EC8;text-decoration:none}</style>");