menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#333333', Direction=135, Strength=0)" 
effect2= "randomdissolve(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#333333', Direction=135, Strength=0)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="width=900,height=600,scrollbars=yes,resizable=yes,toolbar=yes,location=no,status=no,menubar=no,");
	nwin.focus();
}

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=20;		// Sub menu offset Left position

style1=[			
"FFFFCC",			// Mouse Off Font Color
"FF6633",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"FFFFCC",			// Mouse On Background Color
"333333",			// Menu Border Color 

13,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial,tahoma,Verdana,",		// Font Name
3,				// Menu Item Padding
"arrow.gif",			// Sub Menu Image 
,,,,,,,,				
]
addmenu(menu=[			
"mainmenu",			
162,				// Menu Top - The Top position of the menu in pixels
"offset=-1",	   		// Menu Left - The Left position of the menu in pixels
160,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
"center",			// Screen Position - here you can use "center; left; right; middle; top;bottom" or a combination of "center:middle"
style1,				
1,				
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				
menumove,			// Follow Scrolling - Set from external variable on each page
1, 				// Horizontal Menu (1=on/0=off)
,,,,,,,,,								

,"Home page","index.htm",,,1
,"The Accommodation","show-menu=accommodation",,,1
,"The Experience","show-menu=experience",,,1
,"Contact details","contact.htm",,,1


//,"<img src=\"images/logo-small.gif\" border=\"0\"><br><br>Home page","index.htm",,,1
//,"Fantastic Flexo UV<br>printing. No extra cost!","index.htm",,,1
//,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|CM13%203XD\")",," ",1
			
		])
		
		addmenu(menu=["accommodation",,,162,1,,style1,0,"center",effect,0,,,,,,,,,,,	
		,"Villa description","the-villa.htm",,,1
		,"Picture gallery","the-villa.htm",,,1
		,"More details / Tariff","javascript:openwin(\"http://www.ownersdirect.co.uk/turkey/TK649.htm\")",,,1
		,"Availability calendar","javascript:openwin(\"http://www.ownersdirect.co.uk/availability.asp?property_id=20625\")",,,1
											
		])
			
		addmenu(menu=["experience",,,162,1,,style1,0,"center",effect,0,,,,,,,,,,,	
		,"Area profile / history","the-area.htm",,,1
		,"The Coast & beach","the-area.htm",,,1
		,"Eating locally","the-area.htm#eating",,,1
		,"Travel information","the-area.htm#Travel",,,1
		,"Location map","contact.htm#map",,,1
//		,"<img src=\"http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/17300.gif\" border=\"0\" alt=\"KALKAN INFORMATION\" height=\"41\" width=\"127\">","",,,1
											
		])
		
				
dumpmenus()