function newWINDOW(grabbing) {
	picture = window.open(grabbing,'anameWINDOW','resizable = yes, scrollbars = yes , width = 600 , height=600')
	picture.focus()
}