//PopUp Window

function image_details_popup(adr, width, height)
{
	window.open(adr,'', "height="+height+", width="+width+", toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no");
}