function open_win(a,w,h) {
	window.open(a,'','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width='+w+',height='+h)
}