function popWindow(xName, xWidth, xHeight) {
	window.open('/commoncode/picviewer.asp?name='+xName,'','width=' + xWidth + ',height=' + xHeight + ',toolbar=no,location=no,menubar=no,status=no')
}