var path = '/nvss/ikar/js/template10/'; 

Buffer1 = ''+ '<DIV ID="{OBJECT}">'+ '{CONTENT}'+ '</DIV>'; 

separator = new Image(1, 15); 
separator.src = path+ "separator.gif"; 

angel = new Image(13, 42); 
angel.src = path+ "angel.gif"; 

node = new Image(4, 5); 
node.src = path+ "node.gif"; 

transparent = new Image(1, 1); 
transparent.src = path+ "transparent.gif"; 

Template10 = ''+ 
						 '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" CLASS="bg_menuMain" WIDTH="100%"><TR>'+ 
						 '{ITEM}'+ 

						 '<TD style="cursor:hand;">'+ 
						 '{BLOCK}'+ 
						 '{LINK STYLE="text-decoration:none;"}'+ 
						 '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">'+ 
						 '<TR>'+ 

						 '{CONDITION}'+

						 '<TD><IMG SRC="'+ path+ 'transparent.gif" WIDTH="12" HEIGHT="42" BORDER="0"></TD>'+ 
						 '<TD VALIGN="TOP">'+ 
						 '{TEXTAREA CLASS="menuText" STYLE="padding:6pt 0pt 0pt 0pt;"}<NOBR>{TEXT}</NOBR>{/TEXTAREA}'+ 
						 '</TD>'+ 
						 '<TD><IMG SRC="'+ path+ 'transparent.gif" WIDTH="13" HEIGHT="42" BORDER="0"></TD>'+ 
						 '</TR>'+ 
						 '</TABLE>'+ 
						 '{/LINK}'+ 
						 '{/BLOCK}'+ 
						 '</TD>'+ 
						 '{/ITEM}'+ 
						 '</TR></TABLE>'+ 
						 ''; 
						 
Hover10 = ''+ 
					'{ITEM}'+ 
					'{BLOCK STYLE="cursor:hand;"}'+ 
					'{LINK STYLE="text-decoration:none;"}'+ 
					'<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" CLASS="bg_menuMain" STYLE="cursor:hand;">'+ 
					'<TR>'+ 

					'<TD><IMG SRC="'+ path+ 'angel.gif" WIDTH="13" HEIGHT="42" BORDER="0"></TD>'+ 

					'<TD VALIGN="TOP">'+ 
					'{TEXTAREA CLASS="menuText" STYLE="padding:6pt 0pt 0pt 0pt;"}<NOBR>{TEXT}</NOBR>{/TEXTAREA}'+ 
					'</TD>'+ 

					'<TD><IMG SRC="'+ path+ 'transparent.gif" WIDTH="13" HEIGHT="42" BORDER="0"></TD>'+ 
					'</TR>'+ 
					'</TABLE>'+ 
					'{/LINK}'+ 
					'{/BLOCK}'+ 
					'{/ITEM}'+ ''; 