function ShowLargeImage(url)
{
	window.open(url,'new_win','resizable=no,scrollbars=no,toobar=0,status=0,width=550,height=475');
}