function newWindow(winlocation,winwidth,winheight) {


		PictureWindow = window.open(winlocation,'ehey','width='+winwidth+',height='+winheight+',scrollbars=no,toolbar=no,location=no,left=50,top=50')


		PictureWindow.focus()


		}
