function win(urls){
	window.open(urls,'win','width=650,height=500,scrollbars=1');
}

