//<!-- Begin bookmark
var url = "http://www.religious-family-jewelry.com";
var title = "Religious-Christian-jewelry";

function makeLink(){
if(document.all)
	window.external.AddFavorite(url,title);
}
// -->



//<!-- Begin drop down menu and browser window
function gotoOption(selectname) {
	var select = document.form.elements[selectname];
	window.location.href = select.options[select.selectedIndex].value;
}
function popup(url) {
	window.open(url,'popup','height=400,width=400,toolbar=no,scrollbars=yes');
}
// -->





//<!-- begin image dopic
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

ns3up = (browserName == "Netscape" && browserVer >= 3);
ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);

function doPic(imgName) {
	if (ns3up || ie4up) {
		imgOn = ("" + imgName);
		document.mainpic.src = imgOn;
   }
}

//-->
