function PresentPageTl(InsertPageTitle,InsertSize,SDistx,SDisty,InsertImageName,InsertImageType,InsertWImage){
document.write('<TABLE width=100% border=0><TR valign=center><TD align=right width=50%>');
if (InsertWImage == "l" || InsertWImage == "lr" || InsertWImage == "rl"){
document.write('<img src="'+InsertImageName+'-l.'+InsertImageType+'">');
}
SDistx=5;SDisty=5;
document.write('</TD><TD align=center><nobr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write("<font size="+InsertSize+" style='font-weight:bold;font-size:50px;font-family:Garamond,Comic Sans MS;position:relative;left:-"+SDistx+"px;top:-"+SDisty+"px;color:#EEA;'>"+InsertPageTitle+"<font size="+InsertSize+" style='font-size:49px;font-family:Garamond,Comic Sans MS;position:absolute;left:"+SDistx+"px;top:"+SDisty+"px;color:#630;'>"+InsertPageTitle+"</font></font>");
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</nobr></TD><TD align=left width=50%>');
if (InsertWImage == "r" || InsertWImage == "lr" || InsertWImage == "rl"){
document.write('<img src="'+InsertImageName+'-r.'+InsertImageType+'">');
}
document.write('</TD></TR></TABLE><br>');
}