// JavaScript Document
function pop2ndWindow()  {
	var page = "../naturalmax_pop.htm";
	var windowprops = "width=300,height=400,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=yes";
	
	window.open(page, "NaturalMaxDietPlan", windowprops);
}
