var strAppPath = "";

function loadNaturalFit(strSetAppPath)
{
	strAppPath = strSetAppPath;
	var soLoad = new SWFObject(strAppPath + "_flash/flash_natural_fit_maximized.swf", "naturalfit", "325", "280", "8", "#FF6600");
	soLoad.addParam("wmode", "transparent");
	soLoad.addVariable("clickTag", strAppPath + "baby/which-nappy/huggies-world/huggies-naturalfit-nappies");
	soLoad.write("natural-fit");
}

function goWalkers()
{
	var soGo = new SWFObject(strAppPath + "_flash/flash_natural_fit_maximized.swf", "naturalfit", "325", "280", "8", "#FF6600");
	soGo.addParam("wmode", "transparent");
	soGo.addVariable("clickTag", strAppPath + "baby/which-nappy/huggies-world/huggies-naturalfit-nappies");
	soGo.write("natural-fit");
}