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