//--------------------------------- SVG MENU LEVEL 2_1 -------------------------------------
if (_IE) {
	document.write('<DIV ID="Level2_1Menu" STYLE="visibility:visible;position:absolute;top:'+ (level2_1_menu_startposition_y) +'px;left:'+ (level2_1_menu_startposition_x) +'px;height:64px;width:180px;z-index:12;">');
	document.write('<EMBED NAME="menu_level2_1" SRC="menu_level2_1.svg" WIDTH="180px" HEIGHT="64px" ALT="" PLUGINSPAGE="http://www.adobe.com/svg/viewer/install/" TYPE="image/svg-xml" WMODE="transparent"></EMBED>');
	document.write('</DIV>');
}
//--------------------------------- HTML MENU LEVEL 2_1 ------------------------------------
else {
document.write('<DIV ID="Level2_1Menu" STYLE="visibility:visible;position:absolute;top:'+ level2_1_menu_startposition_y +'px;left:'+ level2_1_menu_startposition_x +'px;height:66px;width:180px;z-index:12;">');

	document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="180px" HEIGHT="66px">');
	document.write('<TR>');
	document.write('<TD COLSPAN="2" ROWSPAN="2" WIDTH="176px" HEIGHT="62px">');
	
	//Menutable
	document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="176px" HEIGHT="62px">');

	document.write('<TR>');
	document.write('<TD WIDTH="6px" HEIGHT="5px" BACKGROUND="bgimages/menutable_top_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="5px" BACKGROUND="bgimages/menutable_top_center.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="4px" HEIGHT="5px" BACKGROUND="bgimages/menutable_top_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');

	document.write('<TR>');
	document.write('<TD WIDTH="6px" BACKGROUND="bgimages/menutable_middle_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD>');
	
	document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="166px" HEIGHT="52px" BGCOLOR="#F0E9F5">');
	document.write('<TR>');
	document.write('<TD HEIGHT="26px" VALIGN="MIDDLE">');
	//Menuitem Nr 1
	document.write('<DIV ID="Level2_1_Menupoint_1" STYLE="background-color:#F0E9F5;visibility:visible;position:relative;width:166px;height:26px;cursor:hand;" ONMOUSEOVER="elementColor(\'Level2_1_Menupoint_1\',\'#FFFFFF\');" ONMOUSEOUT="elementColor(\'Level2_1_Menupoint_1\',\'#F0E9F5\');" ONMOUSEUP="newLocation(\'test.denec.ee/welcometoestonia\');">');
document.write('<TABLE WIDTH="100%" HEIGHT="26px" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
		document.write('<TR>');
		document.write('<TD WIDTH="26px" ALIGN="CENTER" VALIGN="MIDDLE">');
		document.write('<IMG SRC="menuimages/Menucamera.png" BORDER="0">');
		document.write('</TD>');
		document.write('<TD ALIGN="LEFT" VALIGN="MIDDLE">');
		document.write('<A HREF="#">Tallinn As Is</A>');
		document.write('</TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('</DIV>');
	document.write('</TD>');
	document.write('</TR>');
	
	document.write('<TR>');
	document.write('<TD HEIGHT="26px" VALIGN="MIDDLE">');
	//Menuitem Nr 2
		document.write('<DIV ID="Level2_1_Menupoint_2" STYLE="background-color:#F0E9F5;visibility:visible;position:relative;width:166px;height:26px;cursor:hand;" ONMOUSEOVER="elementColor(\'Level2_1_Menupoint_2\',\'#FFFFFF\');" ONMOUSEOUT="elementColor(\'Level2_1_Menupoint_2\',\'#F0E9F5\');" ONMOUSEUP="newLocation(\'test.denec.ee/tallinn\');">');
		document.write('<TABLE WIDTH="100%" HEIGHT="26px" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
		document.write('<TR>');
		document.write('<TD WIDTH="26px" ALIGN="CENTER" VALIGN="MIDDLE">');
		document.write('<IMG SRC="menuimages/Menucamera.png" BORDER="0">');
		document.write('</TD>');
		document.write('<TD ALIGN="LEFT" VALIGN="MIDDLE">');
		document.write('<A HREF="#">Tallinn In My Life</A>');
		document.write('</TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('</DIV>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</TD>');
	
	document.write('<TD WIDTH="4px" BACKGROUND="bgimages/menutable_middle_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');

	document.write('<TR>');
	document.write('<TD WIDTH="6px" HEIGHT="5px" BACKGROUND="bgimages/menutable_bottom_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="5px" BACKGROUND="bgimages/menutable_bottom_center.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="4px" HEIGHT="5px" BACKGROUND="bgimages/menutable_bottom_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');

	document.write('</TABLE>');
	//Menutable END
	
	document.write('</TD>');
	
	document.write('<TD ROWSPAN="1" WIDTH="4px" HEIGHT="4px">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	
	document.write('<TR>');
	document.write('<TD WIDTH="4px" BACKGROUND="shadows/shadow_1px.png">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="4">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	
	document.write('<TD WIDTH="171px" HEIGHT="4" BACKGROUND="shadows/shadow_1px.png">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	
	document.write('<TD WIDTH="4px" HEIGHT="4" BACKGROUND="shadows/shadow_1px.png">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	
	document.write('</TABLE>');
	
	document.write('</DIV>');

}
//---------------------------------- Hot area ------------------------------------

document.write('<DIV ID="Level2_1MenuHotArea" STYLE="visibility:visible;position:absolute;top:' + (0-level2_1_menu_height-menuhotarea_delta) + 'px;left:' + (0-level2_1_menu_width-menuhotarea_delta) + 'px;width:' + (level2_1_menu_width+menuhotarea_delta) + 'px;height:' + (level2_1_menu_height+menuhotarea_delta) + 'px;z-index:2;" ONMOUSEOVER="openCloseSubmenu_level_1(\'Level1Menu\',\'Level1MenuHotArea\',\'2\',\'close\');openCloseSubmenu_level_2(\'Level2_1Menu\',\'Level2_1MenuHotArea\',\'1\',\'0\',\'close\');">');
document.write('</DIV>')