// JavaScript Document
//this will hyperlink to web pages useing a radio button in the downloads page
function go(loc) {
window.location.href = loc;
}

