// JavaScript Document
function nofunction () {}

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

function sbar(st){st.style.backgroundColor='#ffffcc';}
function cbar(st){st.style.backgroundColor='';}