function BeginPage(szTitleImg)
{
document.write("<table width=100% order cellspacing=0 cellpadding=0 height=100%>");
document.write("<tr>");
document.write("	<td align=center valign=top background='images/sf_esterno.gif' class=testo>"); 
document.write("	<table width=770 height=100% border=0 cellpadding=0 cellspacing=0 background='images/sf_bianco.gif'>");
document.write("	<tr>");
document.write("		<td height=181 width=770 align=left valign=top>");
document.write("		<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width=770 height=181>");
document.write("		<param name=movie value='flash/fascione_menu.swf'>");
document.write("		<param name=quality value=high>");
document.write("		<embed src='flash/fascione_menu.swf' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width=770 height=181>");
document.write("		</embed>");
document.write("		</object>");
document.write("	</td>");
document.write("	</tr>");

document.write("	<tr>");
document.write("		<td height=100% align=left valign=top class=testo>");
document.write("		<table width=770 order cellspacing=0 cellpadding=0>");
document.write("		<tr align=left valign=top>"); 
document.write("			<td height=25 colspan=3 align=left valign=top>");
document.write("			<img src='images/px_trasp.gif' width=1 height=25>");
document.write("			</td>");
document.write("		</tr>");

document.write("		<tr>");
document.write("			<td colspan=3 align=left valign=top height=27>");
document.write("			<img src='" + szTitleImg + "'>");
document.write("			</td>");
document.write("		</tr>");

document.write("		<tr>");
document.write("			<td>");
document.write("			<table order width=100%>");
document.write("			<tr>");
document.write("				<td align=left vAlign=top>");
}

function ColumnSepa()
{
document.write("				</td>");

document.write("				<td width=20 height=100% align=left valign=top background='images/sf_linea_vert_box3.gif'>");
document.write("				&nbsp");
document.write("				</td>");
			
document.write("				<td width=202 align=left valign=top class=titoletti>");
}

function LeftMenu()
{
	ColumnSepa();

document.write("<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>"); 
document.write("	<td width='190' align='right' height='33' class='titoletti'>");
document.write("	<a href='patrimoniolomellina.htm'>");
document.write("	<img src='images/menu_patrimonio_sx.gif' width='186' height='33' border='0' alt=''></a>");
document.write("	</td>");
				
document.write("	<td width='12'>");
document.write("	<img src='images/px_trasp.gif' width='1' height='33'>");
document.write("	</td>");
document.write("</tr>");

document.write("<tr>"); 
document.write("	<td width='190' align='right' height='33' class='titoletti'>");
document.write("	<a href='palazzodelmoro.htm'>");
document.write("	<img src='images/menu_palazzo_sx.gif' width='186' height='33' border='0' alt=''></a>");
document.write("	</td>");
				
document.write("	<td width='12'>");
document.write("	<img src='images/px_trasp.gif' width='1' height='33'>");
document.write("	</td>");
document.write("</tr>");

document.write("<tr>"); 
document.write("	<td width='190' align='right' height='33' class='titoletti'>");
document.write("	<a href='eventi.htm'>");
document.write("	<img img src='images/menu_eventi_sx.gif' width='186' height='33' border='0'></a>");
document.write("	</td>");
				
document.write("	<td width='12'>");
document.write("	<img src='images/px_trasp.gif' width='1' height='33'>");
document.write("	</td>");
document.write("</tr>");

document.write("<tr>"); 
document.write("	<td height='6' colspan='2' align='left' valign='top' background='images/sf_box_vuoto.gif'>");
document.write("	<img src='images/px_trasp.gif' width='1' height='6'>");
document.write("	</td>");
document.write("	<td>&nbsp;</td>");
document.write("</tr>");
				
document.write("<tr>"); 
document.write("	<td colspan='2' align='center' valign='top'>");
document.write("	<img src='images/img_composiz2.jpg' width='188' height='242'>");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
}

function EndPage()
{
document.write("				</td>");
document.write("			</tr>");
document.write("			</table>");
document.write("			</td>");
document.write("		</tr>");
document.write("		</table>");
document.write("		</td>");
document.write("	</tr>");
        
document.write("	<tr>");
document.write("		<td height=7 align=left valign=top background='images/sf_fascia_sotto.jpg'>");
document.write("		<img src='images/px_trasp.gif' width=1 height=28>");
document.write("		</td>");
document.write("	</tr>");

document.write("	<tr>");
document.write("	<td height=7 align=right valign=middle class=testopic>");
document.write("	Realizzato da ");
document.write("	<a href=http://www.sq3.it class=titoletti2 style='text-decoration: none; color=black'target=_new>");
document.write("	<b>Sq3</b>");
document.write("	</a>");
document.write("	&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("	</td>");
document.write("	</tr>");
document.write("	</table>");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
}

