// dropdown select location change

function selsub(Url) {
  Url=document.subsites.sites[document.subsites.sites.selectedIndex].value;
  document.location = Url;
}

var excludeUrls = Array(
'http://www.cibavision.be',
'http://www.novartis.be',
		'http://www.sandoz.be'
  );
  
var excludeUrlsFr = Array(	
'http://www.cibavision.be',
'http://www.novartis.be',
		'http://www.sandoz.be'
  );
