
function openMM(strUrl) {
	var strWinName = "VideoImmagine";
	var strWinFeatures = "top=" + (screen.height * 0.1) + ",left=" + (screen.width * 0.1) + ",width=" + (screen.width * 0.8) + ",height=" + (screen.height * 0.8) + ",status=1,scrollbars=1,resizable=1,toolbar=0,location=0,directories=0,menubar=0";
	var objWin = open(strUrl, strWinName, strWinFeatures);
};

