function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

function writeTopbar() {
	document.write ('<form name="optionsMenuLanguages">');
	document.write ('<a href="http://www.retourtax.nl/db/index.asp"><img src="/assets/images/customer_login.gif" width="120" height="12" border="0" alt="Customer Login" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'); 
	document.write ('<img src="/assets/images/globe.gif" width="12" height="12" />&nbsp;&nbsp;<select name="selectMenuLanguages" onChange="MM_jumpMenu(\'parent\',this,0)">');
	document.write ('<option value="http://www.retourtax.nl/">Nederlands</option>');
	document.write ('<option value="http://www.retourtax.nl/deutsch.html">Deutsch</option>');
	document.write ('<option value="http://www.retourtax.nl/espanol.html">Espa&ntilde;ol</option>');
	document.write ('<option value="http://www.retourtax.nl/francais.html">Fran&ccedil;ais</option>');
	document.write ('<option value="http://www.retourtax.nl/italiano.html">Italiano</option>');
	document.write ('<option value="http://www.retourtax.nl/polski.html">Polski</option>');
	document.write ('<option value="http://www.retourtax.nl/portugues.html">Portugu&ecirc;s</option>');
	document.write ('<option value="http://www.retourtax.nl/ruski.html">P&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>');
	document.write ('<option value="http://www.retourtax.nl/turks.html">T&uuml;rk&ccedil;e</option>');
	document.write ('</select>');
	document.write ('&nbsp;<input type="button" name="Button1" value=" GO " onClick="MM_jumpMenuGo(\'selectMenuLanguages\',\'parent\',0)">');
	document.write ('</form>');
}
// menu links
function writeSidebar() {
	document.write ('<div id="sidenav">');
	document.write ('<ul id="navlist">');
	document.write ('<li id="active"><a href="http://www.btw.nl/" class="firstItem" id="home">Home</a></li>');
	document.write ('<li><a href="/contact.html" id="contact">Contact</a></li>');
	document.write ('<li><a href="/about_retourtax.html" id="about">Mission/About Retourtax</a></li>');
	document.write ('<li><a href="/vat_compliance_group.html" id="vatgroup">VAT Compliance Group</a></li>');
	document.write ('<li><a href="/procedure.html" id="procedure">Procedure</a></li>');
	document.write ('<li><a href="/commission.html" id="commission">Commission</a></li>');
	document.write ('<li><a href="/jobs1.html" id="want_to_be_an_agent">Want to be an agent?</a></li>');
	document.write ('<li><a href="/in_the_press.html" id="in_the_press">In the press</a></li>');
	document.write ('<li><a href="/partners.html" id="partners"">Partners</a></li>');
	document.write ('<li><a href="/faq.html" id="faq">F.A.Q.</a></li>');
	document.write ('</ul>');
	document.write ('</div>');
	document.write ('<div id="sidenavsub">');
	document.write ('<ul id="subnavlist">');
	document.write ('<li><a href="http://www.vatcompliance.nl/" class="firstItem">VAT compliance Europe</a></li>');
	document.write ('<li><a href="http://www.btw.nl/home/index.html">BTW Consult Nederland</a></li>');
	document.write ('</ul>');
	document.write ('</div>');
}
// subbar
function writeSubbar() {
	document.write ('REFUND AS FAST AS A COMET');
}
// voettekst
function writeFootnote() {
	document.write ('<a href="#">&copy; Retourtax - Doetinchem - All Rights Reserved</a>');
}