﻿function popWin(i,w,h) { 
	if (document.images) {  
		window.open(i,'popup','width=' + w + ',height=' + h + ',resizable=1,location=no,scrollbars=no');
	}
}
function popWinScrollable(i,w,h) { 
	if (document.images) {  
		window.open(i,'popup','width=' + w + ',height=' + h + ',resizable=1,location=no,scrollbars=yes'); 
	}
}

function viewMMG()
{
    popWinScrollable('http://www.mmgweekly.com/w/index.html?SID=98c56bce74669e2e4e7a9fc1caa8c326',720,400);
}