function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.northeastpowersave.com/powersave1200.htm" ;break;

	  case 2:window.location="http://www.northeastpowersave.com/powersave3200.htm" ;break;

	  case 3:window.location="http://www.northeastpowersave.com/solar.htm" ;break;

	  case 4:window.location="http://www.northeastpowersave.com/hid.htm" ;break;

	  case 5:window.location="http://www.northeastpowersave.com/wind_turbines.htm" ;break;

	}
}