<!--

function frame_top(sWidth) {
	document.write('<table width="' + sWidth + '" cellpadding="0" cellspacing="0" border="0">');
	document.write('<tr><td height="1" width="4" class="space">&nbsp</td><td height="1" width="54" class="space">&nbsp</td>');
	document.write('<td height="1" width="' + (sWidth - 67) + '" class="space">&nbsp</td>');
	document.write('<td height="1" width="5" class="space">&nbsp</td><td height="1" width="4" class="space">&nbsp</td></tr>');
	document.write('<tr><td height="7" width="58" background="../Images/w00.gif" colspan="2" class="space">&nbsp</td>');
	document.write('<td height="7" width="' + (sWidth - 67) + '" background="../Images/w01.gif" class="space">&nbsp</td>');
	document.write('<td height="7" width="9" background="../Images/w02.gif" colspan="2" class="space">&nbsp</td></tr>');
	document.write('<tr><td width="4" bgcolor="#ffffff" class="space">&nbsp</td>');
	document.write('<td width="' + (sWidth - 8) + '" colspan="3" bgcolor="#a5d6d6" class="doc" valign="top">');
};

function frame_btm(sWidth) {
	document.write('</td><td width="4" bgcolor="#ffffff" class="space">&nbsp</td></tr>');
	document.write('<tr><td height="19" width="58" background="../Images/w10.gif" colspan="2" class="space">&nbsp</td>');
	document.write('<td height="19" width="' + (sWidth - 67) + '" background="../Images/w11.gif" class="space">&nbsp</td>');
	document.write('<td height="19" width="9" background="../Images/w12.gif" colspan="2" class="space">&nbsp</td></tr>');
	document.write('</table>');
};

//-->