﻿// JScript File
function openPage(pageLink)
{
	location.href = pageLink.options[pageLink.selectedIndex].value
}
