function writenavsl(){
	var navhl = '<div style="position:absolute;left:300px;top:166px;z-index:1;width:200px;">'+
	/*
	'<table cellpadding="0" cellspacing="0" border="0" width="200">'+
	'<tr><td><!--<a href="#" onmouseout="on_img(p29,29);" onmouseover="on_img(p29,30);">--><img src="/i/sl_1_2.gif" alt="" border="0" name="p29"><!--</a>--></td></tr>'+
	'<tr><td><a href="#" onmouseout="on_img(p31,31);" onmouseover="on_img(p31,32);"><img src="/i/sl_2_1.gif" alt="" border="0" name="p31"></a></td></tr>'+
	'</table>'+
	*/
	'</div>';
document.write (navhl);
}