/* created 2010-01-22 18:53:28 by NOEO Template Editor */ 
function goto(turl,blank) { 
if(blank)
 window.open(turl,'_blank')
else
 window.location.href = turl
}