function ViewProfile(mn) {
	var url = "http://soapzone.com/cgi-bin/members/nph-Profiles.cgi/shared?action=view&page=main&member=" + mn;
	if (navigator.appName.indexOf("WebTV") != -1) {
		top.location = url;
	} else {
		pw = window.open(url,'Profile','width=500,height=385,scrollbars=yes,resizable=yes,status=yes');
	}
}
function PCVideo() {
	var url = "http://abc.go.com/daytime/soaps/portcharles/pc_video.html";
	if (navigator.appName.indexOf("WebTV") != -1) {
		top.location = url;
	} else {
		pw = window.open(url,'Video','width=480,height=360,scrollbars=no,resizable=no,status=no');
	}
}
function bf() {
	if (self.location != top.location) {
		top.location.href=self.location.href;
	}
}
function redir(menu) {
	var choice = menu.options[menu.selectedIndex].value;
	var method = choice.charAt(0);
	var url = choice.substring(1,choice.length);
	if (method == "/") { top.location = "http://soapzone.com/" + url; }
	if (method == "-") { top.location = url; }
	return(false);
}
