function pop_window(url) {
var nwin
	nwin=window.open(url,'','width=350,height=300');
	//if(window.open){
	//	nwin.focus()
	//}
}
