function popUpImage(url)
{
	var new_window = window.open(url,'','toolbar=0,scrollbars=0,resizable=0,width=550,height=725');
}