function calRedirect(URLPREFIX,username) {
  	url = URLPREFIX+username+"/"+document.frmSTEREO.y.value+"/"+document.frmSTEREO.m.value+"/"
    document.location=url
}
