function ShowServiceProviders()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

function ShowBMICalculator()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=490,height=485";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

function ShowStressCalculator()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

function ShowHeartRateCalculator()
{
	var windowoptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=470,height=360";
	var popUpWin=window.open(this.href,'NewWindow',windowoptions);
	return false;
}

function ShowFullBodyCalc()
{
	var WindowOptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=490,height=600";
	var popUpWin=window.open(this.href,'NewWindow',WindowOptions);
	return false;
}

function ShowCaloriesBurnedCalc()
{
	var WindowOptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=423,height=345";
	var popUpWin=window.open(this.href,'NewWindow',WindowOptions);
	return false;
}

function ShowCaloricIntakeCalc()
{
	var WindowOptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=465,height=600";
	var popUpWin=window.open(this.href,'NewWindow',WindowOptions);
	return false;
}

function ShowSmokingCostsCalc()
{
	var WindowOptions="toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=410,height=380";
	var popUpWin=window.open(this.href,'NewWindow',WindowOptions);
	return false;
}

if (document.getElementById("bmicalclink"))
{ document.getElementById("bmicalclink").onclick=ShowBMICalculator; }

if (document.getElementById("stresscalclink"))
{ document.getElementById("stresscalclink").onclick=ShowStressCalculator; }

if (document.getElementById("targetheartratecalclink"))
{ document.getElementById("targetheartratecalclink").onclick=ShowHeartRateCalculator; }

if (document.getElementById("fullbodycalclink"))
{ document.getElementById("fullbodycalclink").onclick=ShowFullBodyCalc; }

if (document.getElementById("caloriesburnedcalc"))
{ document.getElementById("caloriesburnedcalc").onclick=ShowCaloriesBurnedCalc; }

if (document.getElementById("caloricintakecalc"))
{ document.getElementById("caloricintakecalc").onclick=ShowCaloricIntakeCalc; }

if (document.getElementById("smokingcosts"))
{ document.getElementById("smokingcosts").onclick=ShowSmokingCostsCalc; }

if (document.getElementById("serviceproviders"))
{ document.getElementById("serviceproviders").onclick=ShowServiceProviders; }
