
function linkTo(optVal){
if(optVal=="") return false;
window.location=optVal;
}
