function showImageDetails( image_url, image_width, image_height ) {
	var oConfig = { 'url': ROOT_URL + 'index.php?act=image&img_url=' + image_url , 'width': image_width, 'height': image_height };
	
	createWindow( oConfig );
}
