// JavaScript Document



function openwindow(path)

{

	window.open("../WebHelp/Hess_Energy_Marketing.htm","", "width=700,height=400,left=200,top=200,resizable=yes,scrollbars=yes");

}