// JavaScript Document
function nofunction () {}

function linkTo(url,linkName, linkStatus) {
window.open(url,linkName,linkStatus);
}