/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='#808080';			// Font color when mouse is not over
	var FontSubLowColor='#808080';			// Font color subs when mouse is not over
	var FontHighColor='#C0C0C0';			// Font color when mouse is over
	var FontSubHighColor='#C0C0C0';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#C0C0C0';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, verdana, Sans-Serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=108;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=2;				// Multiple frames y correction
	var HorCorrect=2;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/nuoli.gif',10,10,'images/nuolalas.gif',10,10,'images/nuolvas.gif',10,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("| <b>ETUSIVU</b>","index.htm","",0,19,61);

Menu2=new Array("| <b>KOIRAMME</b>","omat.htm","",2,13,75);
	Menu2_1=new Array("Aussini","omat.htm","",0,20,78);
	Menu2_2=new Array("Muistoissa","muisto.htm","",0);
	
Menu3=new Array("| <b>PENTUJA</b>","pennut.htm","",0,13,65);

Menu4=new Array("| <b>KASVATIT</b>","kasv.htm","",0,13,69);

Menu5=new Array("| <b>TERVEYS</b>","terv.htm","",0,13,64);

Menu6=new Array("| <b>VALOKUVIA</b>","album.htm","",0,13,79);

Menu7=new Array("| <b>LINKIT</b>","linkit.htm","",0,13,50);

Menu8=new Array("| <b>UUTISET</b>","uutiset.htm","",8,13,61);
	Menu8_1=new Array("2010","uutiset.htm","",0,20,73);
	Menu8_2=new Array("2009","uutiset09.htm","",0);
	Menu8_3=new Array("2008","uutiset08.htm","",0);
	Menu8_4=new Array("2007","uutiset07.htm","",0);
	Menu8_5=new Array("2006","uutiset06.htm","",0);
	Menu8_6=new Array("2005","uutiset05.htm","",0);
	Menu8_7=new Array("2004","uutiset04.htm","",0);
	Menu8_8=new Array("2002 - 2003","uutiset02_03.htm","",0);

Menu9=new Array("| <b>ENGLISH</b> |","","",8,13,69);
	Menu9_1=new Array("Our dogs","omat.htm","",0,20,73);
	Menu9_2=new Array("Puppies","pennut.htm","",0);
	Menu9_3=new Array("Litters","kasv.htm","",0);
	Menu9_4=new Array("Healths","terv.htm","",0);
	Menu9_5=new Array("Photos","album.htm","",0);
	Menu9_6=new Array("Links","linkit.htm","",0);
	Menu9_7=new Array("News","uutiset.htm","",0);
	Menu9_8=new Array("Index","index.htm","",0);


