function afis_menu_top()
{
	var menu_arr = new Array("Home page","Centrale pe gaz","Boilere", "Incalzire prin pardoseala", "Incalzire electrica", "Cazane pe lemne", "Instalatii auxiliare" , "Aer conditionat"
								);
	var link_arr = new Array("index.html","centrale_gaz.htm","inst_inc_electrica.htm", "inc_pardoseala.htm", "inc_electrica.htm", "cazane_lemn.htm", "inst_auxiliare.htm" , "aer_conditionat.htm"
						);
	
	
	document.write('<table width="100%" border="0" cellspacing="2" cellpadding="0">');
    document.write('<tr>');
	
	document.write('<td width="20%" valign="top">');

	document.write('<table width=168 border="0" cellspacing="0" cellpadding="0">');
    document.write('<tr>');
    document.write('<td height="91" valign="top" bgcolor="#AE2724"><img src="img/iscir.jpg" width="52" height="50"></td>');
    document.write('</tr>');

	for(var i=0; i< menu_arr.length; i++)
	{
		document.write('<tr height=2><td></td><tr>');
		document.write('<tr height=22>');
		document.write('<td align="center"  background="img/');
		if (p_activ == i ) document.write('bt_activ.jpg');
				else document.write('bt_inactiv.jpg');
		document.write('">');
		
		document.write(' <span class="Stext_menu" >');
			document.write('<a href="'+link_arr[i]+'">');
				document.write(menu_arr[i]);
			document.write('</a>');
		document.write('</span>');
		document.write('</td>');
		document.write('</tr>');
	}

	document.write('</table></td>');
	document.write('<td width="23%" valign="top" align="left">');
	document.write('	<table width=274 height=266 background="img/happy_dus.jpg">');
	document.write('		<tr><td width="33%"></td><td valign="top" width="67%" align="center">');
	document.write('			<div  style="background-color:#FFFF00"> ');
	document.write('				<br><img src="img/sigla.jpg" width="44" height="37" border=0 alt="" align="left">');
	document.write('				<span class=firma><b>EL-SAN-TERMO</b></span><br><b> Botosani</b><br>');
	document.write('				<span class=adresa>Str. Bucovina 14</span><br>');
	document.write('				<span class=titlu2>Centrale termice, instalatii electrice-sanitare-termice<br></span>');
		document.write('<table align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="">');
		document.write('<tr><td align="right"><b>Tel/fax:&nbsp;</b></td><td aling="left"><b>0231-58.14.65</b></td></tr>');
		document.write('<tr><td align="right"><b>Mobil:&nbsp;</b></td><td aling="left"><b>0744-21.07.87</b></td></tr>');
		document.write('</table>');
	document.write('			</div> ');
	document.write('        </td></tr>');
	document.write('	</table>');
	document.write('</td>');
	document.write('<td width="60%" align="center" bgcolor="#AE2724">');	
}

function end_top()
{
	
	document.write('</td>');
	document.write('</tr>');	
}

function afis_menu_bottom()
{
	var menu_arr = new Array("Home","Contact", "Service", "Oferte speciale", "Magazin centrale");
	var link_arr = new Array("index.html","contact.htm", "service.htm", "oferte.htm" , "http://www.magazinbotosani.centrale.ro");	
	
	document.write('<tr>');
	document.write('<td>');
	document.write('	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	 document.write(' codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"');
	 document.write(' id="Movie1" width="160" height="28">');
	document.write('  <param name="movie" value="efect.swf">');
	  document.write('<param name="quality" value="high">');
	  document.write('<param name="bgcolor" value="#FFFFFF">');
	  document.write('<embed name="Movie1" src="efect.swf" quality="high" bgcolor="#FFFFFF"');
		document.write('width="160" height="28"');
		document.write('type="application/x-shockwave-flash"');
		document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	  document.write('</embed>');
	document.write('</object>');
	document.write('</td>');
	document.write('<td colspan="2" width="100%" align="left">');
	document.write('<table align="center" width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="">');
	document.write('<tr align="center" height=29>');

	for(var i=0; i< menu_arr.length; i++)
	{						
		document.write('<td align="center" width=133 valign="top" background="img/');
		if (p_activ_b == i ) document.write('bt_p_activ.jpg');
				else document.write('bt_p_inactiv.jpg');
		document.write('">');
		
		document.write(' <span class="Stext_menu" >');
			document.write('<a href="'+link_arr[i]+'">');
				document.write(menu_arr[i]);
			document.write('</a>');
		document.write('</span>');
		document.write('</td>');						
	}
	document.write('<td>&nbsp;</td>');
	document.write('</tr></table>');
	document.write('</td>');
                
    document.write('</tr>');
    document.write('</table>');
}

function begin_table()
{
	document.write('<table><tr width=5><td></td></tr></table>');
	document.write('<table bgcolor="#FECD67" width="100%">'); 
	document.write('<tr width=5><td></td></tr>');
	document.write('<tr><td width="100%" valign="top" style="padding-left:10px; padding-right:10px">');
}


function end_table()
{
	document.write('</td></tr></table>');
}

