function open_win(target, lan, kind, num)
{
	var targetfile = "";
	if((target == "FAQ") || (target == "About") || (target == "glossary") || (target == "privacy"))
		targetfile =  'http://www.stottpilates.com/warmup/'+ lan +'/' + lan + "_" + target + ".html";
	else
		targetfile = lan + "_pop_" + kind + "_" + target + num +".html";
	win = window.open(targetfile,"","width=320,height=500,location=no,resizable=no,status=no,scrollbars=yes,menubar=no");
}

function change_lan(lan)
{
	top.location = "http://www.stottpilates.com/warmup/" + lan + "/index.html";
}