function open_win(url,name) {
	window.open(url, name);
}