function window_open ( image, height, width )
{
	picture = window.open ( "/popup.php?image="+image, "picture", "height="+height+", width="+width )
	picture.focus()
}