var nm;
if(depth1 == 8) nm = 7;
else if(depth1 == 7) nm = 9;
else nm = depth1;
var	g ="<A HREF='http://cn.idhospital.com'><img src='/new/images/logo.gif'  style='margin:0 10 0 0;'></A><a href='javascript:main("+nm+");'><img src='/new/images/l_"+nm+".gif'></a>";
document.write(g);
