function openRadio(URL,w,h) { if(!w||w<300)w=565; if(!h||h<310)h=500; www=window.open( URL,'aodwpl','width='+w+',height='+h+',top=0,toolbar=no,personalbar=no,location=no,scrolling=no,directories=no,statusbar=no,menubar=no,status=no,resizable=no,left=340,screenX=0,top=15,screenY=30' ); } document.write('
')