function tourOpen()
{
	var newWindow = window.open("", "tourWin", "width=600,height=360");
	newWindow.focus();
	newWindow.moveTo(100, 100);
	newWindow.location = "/tour/tour_0.htm";
}

function SlctMem(curVal, pageName)
{
    window.location = "/menus/" + pageName + "?memType=" + curVal;
}