<!--
function openWindow(url,id,file,file_titel){
	var soundWindow = window.open(url+"/soundframe.php?post_id="+id+"&soundfile="+file+"&soundtitle="+escape(file_titel), "","width=200,height=40,location=0,titlebar=0,resizable=0,menubar=0,toolbar=0");
	soundWindow.focus();
}
-->
