function update() {
	updates=window.open("update.htm", "updates", "left=250, top=250, height=100, width=500, scrollbars=yes");
}

function front() {
	self.focus();
	self.setTimeout("front()", 10000);
}

function refblue(p1, p2) {
	top.nav.location.href=p1;
	top.main.location.href=p2;
}

function refblack(p) {
	top.headleft.location.href='../system/pages/black-head-left.htm';
	top.headcent.location.href='../system/pages/black-head-cent.htm';
	top.headright.location.href='../system/pages/black-head-right.htm';
	top.menu.location.href='../system/pages/black-menu.htm';
	top.nav.location.href='../music/nav.htm';
	top.main.location.href=p;
}

function covers(p) {
	cover=window.open(p, "cover", "left=0, top=25, height=575, width=700, scrollbars=yes");
	cover.focus();
}
