// JavaScript Documentfunction open_audio(address){	open(address, "audio","width=800,height=600");	}/*STEP 1:paste this in the head section<script type="text/javascript" src="haddon2.js"></script>STEP 2:create a link and put this in the addresshref="		javascript: open_audio('xxxx.htm');"*/
