
mywin = window.open('', 'midi', 'alwaysLowered=1, width=200, height=50, menubar=0, resizable=0, status=0, titlebar=0, toolbar=0');

//mywin.document.write('<html><head><title>Background Music</title></head><body><object data="bgmusic.mid" type="audio/midi" height="40" width="180"></object></body>');
mywin.document.write('<html><head><title>Background Music</title></head><body><embed src="bgmusic.mid" height="40" width="180"></embed></body>');
mywin.document.close();

mywin.name="midi";

mywin.blur();


