function win_open($url){
	window.open($url,"","width=420,height=593,left=20,top=20");
}