function Boundary1 (feature) {
	document.write ('</td>');
	document.write ('<td>');
	document.write ('<img src="/images/layout/0.gif" width="20" height="300" />');
	document.write ('</td>');
	document.write ('<td>');
	document.write ('<br />');
	if (feature == 0) {	
		///////////
	}
	if (feature == 1) {
		document.write ('<table border="0" cellpadding="2" cellspacing="0" bgcolor="#ff6600">');
		document.write ('<tr valign="top">');
		document.write ('<td>');
	}
}

function Boundary2 (feature) {
	if (feature == 0) {	
		///////////
	}
	if (feature == 1) {	
	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 ('</table>');
	document.write ('</td>');
}

function Boundary3 () {
	document.write ('<br />');
	document.write ('<br />');
}