function show_pics(c,f,b,e,d,a){var g=document.getElementById(a);if(!g||!(c||b||f||e)){return}JsHttpRequest.query("/httpreq.phtml",{act:"get_pics",x1:c,y1:f,x2:b,y2:e,cnt:d},function(j,l){if(j){var h=j.str.split("|");var k="";for(i=0;i<h.length;i++){k+='<a href="photo.php?id='+i+'"><img src="'+h[i]+'" class="phpic"></a>'}if(k){g.innerHTML=k;g.parentNode.style.display="inline-block"}}},false)};
