﻿function openBR(theURL,winName,features){
	var newwindow = window.open('',winName,'width=577,height=240');
	var tmp = newwindow.document;
	tmp.write('<html><head><title>' + winName + '</title>');
	tmp.write("<link href='/asset/css/nutrition.css' rel='stylesheet' type='text/css' />");
	tmp.write("</head><body><div align='center'><img src='" + theURL + "' width='577' height='214'/></div>");
	tmp.write("<div style='margin-top: 3px'>Please check actual product label as information may change.</div>");
	tmp.write('</body></html>');
}

function MM_openBrWindow(theURL,winName,features){
	return openBR(theURL, winName, features);
}
