function showImage(id,title,w,h){
	$('#gallery_popup').fadeIn('fast');
	$('#gallery_popup').html('<img width="'+w+'" height="'+h+'" src="uploads/gallery/'+id+'_main.png" alt="'+title+'" title="'+title+'"  /><br/><strong>'+title+'</strong><br/><a href="report.html?id='+id+'>Report offensive image</a><br/>	<img src="images/close_overlay.gif" id="hide_image" alt="X" onClick="hideImage()" />');
	return false;
}
