function goHome() {
	newWindow = window.open("http://www.rmsyr.org/Home/Main_Page.htm", "RM_Home", "resizable=1,scrollbars=1,toolbar=1,status=1,location=1,menubar=1");
	if (newWindow != null) {
		history.go(-1);
		newWindow.focus();
	} else {
		window.document.location.href="http://www.rmsyr.org/Home/Main_Page.htm";
	}
}


function goBracelets() {
	newWindow = window.open("http://www.rmsyr.org/Home/BraceletsSoldInStoresAndOnLine.htm", "RM_Bracelets", "resizable=1,scrollbars=1,toolbar=1,status=1,location=1,menubar=1");
	if (newWindow != null) {
		history.go(-1);
		newWindow.focus();
	} else {
		window.document.location.href="http://www.rmsyr.org/Home/BraceletsSoldInStoresAndOnLine.htm";
	}
}
