function tworef(p1, p2) {
	top.nav.location.href=p1;
	top.main.location.href=p2;
}
