
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function ShowBraceletSizing(){
	var temp = window.open('../binfo.php','bracelt','width=250,height=180,left=400,top=400');
}

function ViewOurPromise(){
    var temp = window.open('/swisspromise.php','ourpromise','width=300,height=250,left=400,top=400');
}