<!--
// JavaScript Document 
// *************************************************************
// This file is a shablon file for 3-th kind of header ( fixed )
// ************************************************************* 

// ENGLISH  ******************************************** ENGLISH 

// *******  This code fragment is creating the header3  ********
// *************************************************************
function fn_header3()  
{ 
  // Top of the page
  var str1='<table border="0" cellpadding="0" cellspacing="0" width="700" height="65" style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 5px">'+
           '  <tr>'+
		   '  <td align="left" valign="top" width="200" height="65">'+
	       '  <img src="../images/index/logo_e.gif" width="200" height="65" border="0" alt="SPYUR. COMPANY REGISTER OF ARMENIA"></td>'+
	       '  <td width="60" height="65">&nbsp;</td>'+
	       '  <td align="right" valign="top" width="440" height="65">';
  
  document.write(str1);
  
  document.write('<a href="http://www.kompass.com"><img src="../rekltit/index_03.gif" name="multislide" width="440" height="60" border="0" alt="advertisement"></a>')
  document.write("</td></tr></table>");   
		  
  // Menu 1 on the top of the page
  var str2="<table background='../images/index/m_pbgr.gif' style='MARGIN-TOP: 0px; MARGIN-BOTTOM: 2px'" +
           "       width='700' height='17' border='0' cellpadding='0' cellspacing='0' align='center'>" +
           "  <tr align=center>" +       
           "  <td class='menubar' width='60'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" + 
		   "      <a href='../index.html' target='_top' style='text-decoration: none;'>HOME</a></td>" +
		   "  <td class='menubar' width='140'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" +
           "  <a href='../htmfix/spyure.htm' target='_top' style='text-decoration: none;'>BUSINESS DIRECTORY</a></td>" +
           "  <td class='menubar' width='110'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" + 
           "  <a href='../htmfix/yp.htm' target='_top' style='text-decoration: none;'>YELLOW PAGES</a></td>" +
	       "  <td width='390'></td>" +          
	       "  </tr>" + 
           "</table>";
		   
  document.write(str2);
} 

function fn_header3_modern()  
{ 
  // Menu 1 on the top of the page
  var str2="<table background='../images/index/m_pbgr.gif' style='MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px'" +
           "       width='700' height='17' border='0' cellpadding='0' cellspacing='0' align='center'>" +
           "  <tr align=center>" +       
           "  <td class='menubar' width='60'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" + 
		   "      <a href='../index.html' target='_top' style='text-decoration: none;'>HOME</a></td>" +
		   "  <td class='menubar' width='140'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" +
           "  <a href='../htmfix/spyure.htm' target='_top' style='text-decoration: none;'>BUSINESS DIRECTORY</a></td>" +
           "  <td class='menubar' width='110'" +
	       "      onMouseOver=\"javascript:changebg_image(this, 'url(../images/index/m_abgr.gif)')\"" + 
		   "      onMouseOut=\"javascript:changebg_image(this, 'url(../images/index/m_pbgr.gif)')\">" + 
           "  <a href='../htmfix/yp.htm' target='_top' style='text-decoration: none;'>YELLOW PAGES</a></td>" +
	       "  <td width='390'></td>" +          
	       "  </tr>" + 
           "</table>";
		   
  document.write(str2);
}

//--> 


  