

var message="Sorry, that function is disabled."; 
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


function newWindowLink() 
{

window.open('http://wgadesign.com/music')
document.write(
'<embed src="http://members.shaw.ca/wgamusic/blank.mid" width="0" height="0" autostart="false">'
+'<body oncontextmenu="return false" bgcolor="#95accc" text="#000000" link="#000000"'
+'  background="wgastat-tile.jpg" >'
+'<center><img src="http://members.shaw.ca/wgamusic/wgamusiclogo2.jpg" width="306" height="223" border="0" >'
+'<br><font size="2" face="arial,verdana"><b>Thank you for visiting my web site.<br>'
+'To return to the site that referred you to me <br><a href="'
+home
+'">please click here</a></b></font> </center>'

)

}
document.write(
'<table  width="300" height="107" border="0" cellspacing="0" background="geoffmusic.jpg" >'
+'<tr><td  valign="top" align="center" ><font size="1" face="verdana" color="#000000"><b>Midi " '
+title
+' "</b></font><br> '
+'<embed src="'
+mdnm
+'.mid" autostart="true" loop="-1" width="70" height="25"><br>'
+'<a href="#" onClick="newWindowLink()" return true >'
+'<img src="blank.gif" width="290" height="55" border="0" alt="http://wgadesign.com/music"></a><br>'
+'<font size="1" face="arial,verdana" color="#000000">'
+'Copyright &copy Geoff Anderson  -  Used with Permission</b></font></td></tr></table>'

)