function PrintMe(){
	var wndPrint = window.open(document.location.href +'?mode=print', '_blank');
}
function EmailMe(){

}
function viewMe(iImgId, sImgPth, sImgCptn){
	var wmdImg, iWidth, iHeight, iTop, iLeft
	iWidth = 800
	iHeight=600
	wmdImg = window.open('/img.asp?iImgId=' + iImgId + '&sImgPth=' + sImgPth + '&sImgCptn=' +sImgCptn , "wndImg_" + iImgId, 'location=no, address=no, scrollbars=yes, resizable=yes, status=no')
}
function imgReportProperties(){
	
}
