var path = '/nvss/ami.ua/images/template/template2/'; 
Buffer1 = ''+ '<DIV ID="{OBJECT}">'+ '{CONTENT}'+ '</DIV>'; 
menu2_button_l = new Image(10, 21); 
menu2_button_l.src = path+ 'menu2_button_l_.gif'; 
menu2_button_bg = new Image(1, 21); 
menu2_button_bg.src = path+ 'menu2_button_bg.gif'; 
menu2_button_r = new Image(10, 21); 
menu2_button_r.src = path+ 'menu2_button_r_.gif'; 
menu2_active_button_l = new Image(10, 21); 
menu2_active_button_l.src = path+ 'menu2_active_button_l_.gif'; 
menu2_active_button_bg = new Image(1, 21); 
menu2_active_button_bg.src = path+ 'menu2_active_button_bg.gif'; 
menu2_active_button_r = new Image(10, 21); 
menu2_active_button_r.src = path+ 'menu2_active_button_r_.gif'; 
Template2 = ''+ 
'<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" HEIGHT="21"><TR>'+ 
	'{ITEM}'+ 
		'<TD>'+ 
			'{BLOCK STYLE="cursor:hand;"}'+ 
				'{LINK STYLE="text-decoration:none;"}'+ 
					'<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" HEIGHT="21">'+ 
						'<TR>'+ 
							'<TD WIDTH="10"><IMG SRC="'+path+'menu2_button_l_.gif" WIDTH="10" HEIGHT="21" ALT="" BORDER="0" /></TD>'+ 
							'<TD BACKGROUND="'+path+'menu2_button_bg.gif" CLASS="menu2" ALIGN="center">'+ 
								'<NOBR>{TEXT}</NOBR>'+ 
							'</TD>'+ 
							'<TD WIDTH="10"><IMG SRC="'+path+'menu2_button_r_.gif" WIDTH="10" HEIGHT="21" ALT="" BORDER="0" /></TD>'+ 
						'</TR>'+ 
					'</TABLE>'+ 
				'{/LINK}'+ 
			'{/BLOCK}'+ 
		'</TD>'+ 
	'{/ITEM}'+ 
'</TR></TABLE>'; 
Hover2 = ''+ 
	'{ITEM}'+ 
		'{BLOCK STYLE="cursor:hand;"}'+ 
			'{LINK STYLE="text-decoration:none;"}'+ 
				'<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" HEIGHT="21">'+ 
					'<TR>'+ 
						'<TD WIDTH="10"><IMG SRC="'+path+'menu2_active_button_l_.gif" WIDTH="10" HEIGHT="21" ALT="" BORDER="0" /></TD>'+ 
						'<TD BACKGROUND="'+path+'menu2_active_button_bg.gif" CLASS="menu2" ALIGN="center">'+ 
							'<NOBR>{TEXT}</NOBR>'+ 
						'</TD>'+ 
						'<TD WIDTH="10"><IMG SRC="'+path+'menu2_active_button_r_.gif" WIDTH="10" HEIGHT="21" ALT="" BORDER="0" /></TD>'+ 
					'</TR>'+ 
				'</TABLE>'+ 
			'{/LINK}'+ 
		'{/BLOCK}'+ 
	'{/ITEM}'; 