<!--

var imw=770; var imh=420;
if(screen.availWidth > 800) {imw=900; imh=550;}
function popuxp(url,id) {
window.open(url,id,"height="+imh+",width="+imw+",top=20,left=20,toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

if (document.layers)  {ns = 1; ie = 0; ns6=0;} 
if (document.all) {ns = 0; ie = 1; ns6=0;}
if (document.getElementById&&!document.all) {ns6=1; ns=0; ie=0;}

function playsound() {var sound="sound";
document.getElementById(sound).play();
}

function bindsound(tag, soundfile, masterElement) {
if (!window.event) return
var source=event.srcElement
while (source!=masterElement && source.tagName!="HTML" ){
	if (source.tagName==tag.toUpperCase()) {
	playsound(soundfile)
	break
	}
source=source.parentElement
}}


function audio(num) {var srceen="audioscreen";
var url="audio.hts?"+num;
document.getElementById(srceen).src=url;
}

document.write("<LINK REL='stylesheet' HREF='font.css' TYPE='text/css'>");

// -->


