function setLaunchDate(){
var launchDate=document.createTextNode ("23.02.2004 ");
var getLaunchDate=document.getElementById("launchdate");
getLaunchDate.appendChild(launchDate);
var onlineDate=document.createTextNode (" sinds 30.10.2003 online is, ");
var getOnlineDate=document.getElementById("onlinedate");
getOnlineDate.appendChild(onlineDate);}

function getcopymodified() {
 var mod = new Date(document.lastModified);
 var d = mod.getDate();
 var m = (mod.getMonth() + 1);
 var y = mod.getYear();
 setcopymodified.innerHTML = "<a href=javascript:openWinCenter('../shared/copyright.html',800,600,0,'no','no');>Copyright</a> 2002-2003 de <a href='../ae/ae.html' target='_top'>Nederlandse Business Center</a> en het <a href='../index.html' target='_top'>Nederlands Export Team</a> Bijgewerkt op: " + d + "." + m + "." + y;
}

function setCopy(){
var newText=document.createTextNode ("(C) 2002-2003 NET");
var para=document.getElementById("lowerbottombar");
para.appendChild(newText);}

function setInternationalBankAccount(){
var iban=document.createTextNode ("IBAN: DE74 7935 3090 0000 5088 04");
var getIban=document.getElementById("iban");
getIban.appendChild(iban);
var bic=document.createTextNode ("BIC(SWIFT): BYLADEM1NES Rekeningnummer 508804");
var getBic=document.getElementById("bic");
getBic.appendChild(bic);}

function toggleContent(elm, value1, value2){
elm= getRef(elm);
if(!elm.isValue1){
elm.innerHTML= value1;
elm.isValue1= true;}
else{
elm.innerHTML= value2;
elm.isValue1= false;}}
function setStyle(elm, style, value){
elm= getRef(elm);
elm.style[style]= value;}
function toggleStyle(elm, style, value1, value2){
elm= getRef(elm);
if(!elm.isValue1){
elm.style[style]= value1;
elm.isValue1= true;}
else{
elm.style[style]= value2;
elm.isValue1= false;}}
function setClassName(elm, value){
elm= getRef(elm);
elm.className= value;}
function toggleClassName(elm, class1, class2){
elm= getRef(elm);
if(!elm.isClass1){
elm.className= class1;
elm.isClass1= true;}
else{
elm.className= class2;
elm.isClass1= false;}}
function getRef(elm){
return (typeof elm == "string") ?
document.getElementById(elm) : elm;}
function mailexportpage(){
mail_str="mailto:?subject=Gezien op de Exportsite: "+document.title;
mail_str+="&body=Is dat wat? Een website over export en internationaal ondernemen op www.nlchannel.net. Pagina tip: "+document.title;
mail_str+=". Klik "+location.href+" en beoordeel zelf.";
location.href=mail_str;}
