// JavaScript Document
function MM(theURL,winName,features) { //v2.0
	windowFeatures = "scrollbars=yes" + ",width=" + 480 + ",height=" + 560;
	window.open(theURL,winName,windowFeatures);
}
