function dirPreloads (depth)
	{
/*	
	preload('hh',depth+'pix/hh.gif');
	preload('hh_roll',depth+'pix/hh_roll.gif');	
*/	
	}

function writeFeatured(title,url,txt,img,imgalt)
	{
document.writeln('<table border="0" cellspacing="0" cellpadding="0" width="367" class="tblbg2">');
document.writeln('	<tr>');
document.writeln('		<td colspan="5"><img src="../pix/shim.gif" width="1" height="10" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td><img src="../pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('		<td valign="top"><a href="javascript:popFlex(\''+url+'\',\'winUnit\',\'457\',\'450\',\'no\')"><img src="'+img+'" alt="'+imgalt+'" width="125" height="95" border="0"></a></td>');
document.writeln('		<td><img src="../pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('		<td valign="top" width="2000">');

document.writeln('<a href="javascript:popFlex(\''+url+'\',\'winUnit\',\'457\',\'450\',\'no\')"><span class="hosphdtxt1">'+title+'</span></a><br>');
document.writeln(txt);

document.writeln('		<table border="0" cellspacing="0" cellpadding="0">');
document.writeln('			<tr>');
document.writeln('				<td colspan="3"><img src="../pix/shim.gif" width="1" height="5" border="0" alt=""></td>');
document.writeln('			</tr>');
document.writeln('			<tr>');
document.writeln('				<td><a href="javascript:popFlex(\''+url+'\',\'winUnit\',\'457\',\'450\',\'no\')" onMouseOver="changeImage(\'\',\'arrow\',\'arrow_roll\',\'1\')" onMouseOut="changeImage(\'\',\'arrow\',\'arrow\',\'1\')"><img name="arrow1" src="../pix/arrow.gif" alt="" width="12" height="9" border="0"></a></td>');
document.writeln('				<td><img src="../pix/shim.gif" width="3" height="1" border="0" alt=""></td>');
document.writeln('				<td nowrap><a href="javascript:popFlex(\''+url+'\',\'winUnit\',\'457\',\'450\',\'no\')" onMouseOver="changeImage(\'\',\'arrow\',\'arrow_roll\',\'1\')" onMouseOut="changeImage(\'\',\'arrow\',\'arrow\',\'1\')"><span class="link1">MORE</span></a></td>');
document.writeln('			</tr>');
document.writeln('			<tr>');
document.writeln('				<td colspan="3"><img src="../pix/shim.gif" width="1" height="5" border="0" alt=""></td>');
document.writeln('			</tr>');
document.writeln('		</table>');
document.writeln('		</td>');
document.writeln('		<td><img src="../pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td colspan="5"><img src="../pix/shim.gif" width="1" height="10" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('</table>');
	}