function win(url, name, width, height) {
	open(url,name,'height='+height+',width='+width+',resizable=1,scrollbars=yes,menubar=no,status=no');
}
