	function picframegilt(image, alignment) {
		document.write('<table cellpadding="0" cellspacing="0" border="0" align="' + alignment + '">' );
		document.write('<tr><td width="29" height="29" background="../img/fr_tlcnr.gif"><img src="../img/spacer.gif" width="29" height="29"></td>	<td height="29" background="../img/fr_top.gif"></td>	<td width="29" height="29" background="../img/fr_trcnr.gif"><img src="../img/spacer.gif" width="29" height="29"></td></tr>' );
		document.write('<tr><td width="29" background="../img/fr_lft.gif"></td><td>' );
		document.write(image );
		document.write('</td><td width="29"  background="../img/fr_rgt.gif"></td></tr>' );
		document.write('<tr><td width="29" height="29"  background="../img/fr_blcnr.gif"><img src="../img/spacer.gif" width="29" height="29"></td><td height="29" background="../img/fr_btm.gif"></td><td width="29" height="29" background="../img/fr_brcnr.gif"><img src="../img/spacer.gif" width="29" height="29"></td></tr>' );
		document.write('</table>' );
	}
