
function development_status(_image_url)
{
	if(false)
	{
	   document.write('<style><!-- div.development_status { position:absolute; left:100%; top:0px; overflow:visible; height:64px; width:64px; margin:0 0 0 -64px; padding:0 0 0 0; z-index:1000000000; border:none; float:none; } --></style>');
	   document.write('<div class="development_status"><img src="' + _image_url + '" width="64" height="64" border="0" usemap="#development_status_map"></div>');
	   document.write('<map name="development_status_map"><area shape="poly" coords="0,0,64,64,64,32,32,0" href="http://www.vtls.com/" target="_blank"></map>');
	}
}
