function downloadWord(fname) {

  document.write('<a href="http://www.usvipressroom.com/documents/' + fname + '.doc" target="_blank"><img src="images/but_word.gif" width="37" height="15" alt="word" border="0"></a>');

//  document.write('<a href="javascript:;"><img src="images/but_word.gif" width="37" height="15" alt="word" border="0"></a>');
//   document.write('<a href="http://www.usvipressroom.com/documents/' + calendar + '.doc" target="_blank"><img src="images/but_word.gif" width="37" height="15" alt="word" border="0"></a>');

}

function downloadPDF(fname) {
	
	 document.write('<a href="http://www.usvipressroom.com/documents/' + fname + '.pdf" target="_blank"><img src="images/but_pdf.gif" width="28" height="15" alt="pdf" border="0"></a>');

//  document.write('<a href="javascript:;"><img src="images/but_pdf.gif" width="28" height="15" alt="pdf" border="0"></a>');

}

