

function viewPic(thePic){
	var newsPicWin=window.open("viewpic.asp?p="+escape(thePic),"view_local_pic"," resizable=yes,scrollbars=yes");
	newsPicWin.focus();
}
