// javascript function called from navigation links
function loadWin(winLink)
{
	window.location = winLink;
}