function popwin(src){
	nw= window.open(src,"POP","width=340,height=320,scrollbars=auto,menubar=no,status=no,resizable=no");
}

