source: trunk/Documentation/geant4/support/download.js@ 902

Last change on this file since 902 was 901, checked in by garnier, 17 years ago

Add Geant4 Documentation at 8.12.2008

File size: 175 bytes
Line 
1function download(Title,Tar){
2document.write(
3"<input type='button' value='"+Title+"' onclick=\"window.location.href='http://geant4.cern.ch/support/source/"+Tar+"'\"/>"
4);
5}
Note: See TracBrowser for help on using the repository browser.