<!-- // frame protection code
if ( top.frames.length == 0 )
{	var page = window.location.pathname;
	page = page.replace(/\\/,"/");
	page = page.substring(page.lastIndexOf('\\') + 1);
	page = "indexmidi.html?" + page;
	document.location = page;
}
//-->
