var template = new esri.InfoTemplate("",
"<b>Station:</b> ${Corner Point Identifier}");
var infoTemplate = new esri.InfoTemplate();
infoTemplate.setContent( '<b>Station:</b><a href="http://${Corner Point Identifier}.pdf">Descriptive Text</a>' );
"http://${Corner Point Identifier}.pdf"
var template = new esri.InfoTemplate("",
"<b>Station:</b> http://gisdev2/surveybenchmarks/scans/${Corner Point Identifier}.pdf" ) ;