<!--

var winproperties = "scrollbars,width=400px,height=300px,left=50,screenX=50,top=150,screenY=150";

function MainWindow() {
self.name = "main";
}

function OpenFactoid() {
	remote = open("../../protocol/mp3factoids.htm", "1", winproperties);
}

//-->