	  function openWindow(address,width,height,left,top,scroll) {
			window.open(address,"win","width="+width+",height="+height+",screenX="+left+",screenY="+top+",left="+left+",top="+top+",scrollbars="+scroll)
	  }