		//configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted)
		var tickercontents=new Array()
		tickercontents[0]='Laat elk jaar de zettingen van uw sieraden controleren'
		tickercontents[1]='Vervang tijdig uw leren horlogeband'
		tickercontents[2]='Laat uw sieraden taxeren'
		tickercontents[3]='Informeer naar de gunstige verzekeringsvoorwaarden'
		tickercontents[4]='Laat uw horloge op waterdichtheid testen na vervangen van batterij'
		tickercontents[5]='Vervang tijdig uw leren horlogeband'
		tickercontents[6]='Laat uw sieraden fotograferen, na diefstal is het te laat'
		tickercontents[7]='Laat uw sieraden eenmaal per jaar opmaken'
		tickercontents[8]='Laat uw ringen tijdig op maat maken'
		tickercontents[9]='Eigen reparatie-atelier gecertificeerd door Breitling Zwitserland'
		tickercontents[10]='Laat uw sieraden die u niet meer draagt moderniseren'
		tickercontents[11]='Laat uw parelcollier tijdig opnieuw knopen'


		//configure the below 2 variables to set the width/background color of the ticker
		var tickerwidth='400'

		//configure the below variable to determine the delay between ticking of messages (in miliseconds
		var tickdelay=3000

		////Do not edit pass this line////////////////

		var currentmessage=0

		function changetickercontent(){
		//if (document.layers){
		//document.tickernsmain.document.tickernssub.document.write(tickercontents[currentmessage])
		//document.tickernsmain.document.tickernssub.document.close()
		//}
		//else if (document.all)
		//tickerie.innerHTML=tickercontents[currentmessage]
		document.getElementById("messagebar").innerHTML = tickercontents[currentmessage];

		if (currentmessage==tickercontents.length-1) currentmessage=0
		else currentmessage++
		setTimeout("changetickercontent()",tickdelay)
		}

		function start_ticking(){
		//if (document.layers)
		//document.tickernsmain.visibility="show"
		changetickercontent()
		}

		if (document.all)
		//document.write('<div id="tickerie" style="width:'+tickerwidth+'; ></div>')

function goto(tUrl,itemId){
	document.location = tUrl + itemId;
}

function hideOrShow(id){
	a = document.getElementById(id);
	if(a.style.display == ""){a.style.display = "none";}
	else{a.style.display = "";}
}


function openBigger(img){
	window.open(img.src,"img","top=10,left=10,width=640,height=490,scrollbars=yes");
}

function openImageViewer(querystring)
{
	window.open("/internet/imageViewer/viewer.asp?"+ querystring,"","top=0,left=0,width=10,height=10,scrollbars=no");
}


function addToMailingList(frm)
{
	frm.action = "/internet/mailinglist/verifyInformationScript.asp";
	frm.submit();
	return false;
}

function addToMailinglistScript(frm)
{
	frm.action = "/internet/mailinglist/addEmailToDbScript.asp";
	frm.submit();
}

function activateEmail(frm)
{
	frm.action = "/internet/mailinglist/activateScript.asp";
	frm.submit();
}

function docService(blockId)
{
	window.open("/internet/leadmanagement/fillForm.asp?document="+blockId,"","left=10,top=10,width=350,height=475");
}

function MaillistChk(){

		if(checkEmail(document.frmMaillist.email,"e-Mailadres")){
			return true;
			}
			else{
			return false;
			}

		}



	function Ingevuld(){
		if(
    		checkString(document.frm2.voornaam,"voornaam",0)&&
		checkString(document.frm2.achternaam,"achternaam",0)&&
		checkEmail(document.frm2.email,"e-Mailadres",0)&&
		checkString(document.frm2.tekst,"tekst",0)
    ){return true;}
		else{return false;}
	}

	function fillIn(){
		a = document.frm2.voornaam.value;
		b = document.frm2.achternaam.value;
		c = document.frm2.email.value;
		d = document.getElementById("fullname");
		e = document.getElementById("femail");
		d.innerHTML 			 = a + " "+ b;
		if(c != ""){
		e.innerHTML = "e-Mail: <a href='mailto:"+c+"'>" + c + "<a/>";
		}
	}

	function fillSubject(title)
	{
	document.frm2.subject.value = title;
	if(document.frm2.subjectchoice[2].checked == true){};
	}

function tellAFriend(){
	if(checkString(document.frm2.uwnaam,"Uw naam",0)&&
	checkString(document.frm2.zijnhaarnaam,"Naam bekende",0)&&
	checkEmail(document.frm2.email,"e-Mailadres van bekende",0)){
	return true;
	}
	else{
	return false;
	}
}
