function imagePopup(url)
{
	image_popup = window.open(url, 'image_popup', 'width=900,height=700,scrollbars=no');
	image_popup.focus();
}
