/*********
* Purpose: remove frames
* Precondition: none
* Postcondition: no frames
* Note: run this on the body tag onLoad
*********/
function languagefix()
{
	if (top.location != location)
		top.location.href = document.location.href;

}

function changeLanguage(type)
{
	document.getElementById("langpair").value=type;
}
