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