function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popCover(n){
	path = 'http://www.miamorgan.com/include/newsimage.php?image='+n;
	MM_openBrWindow(path,'newsmage','width=650,height=600,resizable=yes,scrollbars=yes');
}