function popWin(content) {
	var generator=window.open(content,'newWin','height=378,width=400,resizable=no,scrollbars=no,toolbar=no,status=no');
}
