function contact_Click() {
	window.open("default.asp?pageId=153", "_self");
}

function intranet_Click() {
	window.open("http://intranet.tbi.nl", "_blank");
}
var arrVertaling = [];

arrVertaling["BEDRIJFSPROFIEL"] = "Bedrijfsprofiel";
arrVertaling["UITGELICHT"] = "UITGELICHT";
arrVertaling["HETLAATSTENIEUWS"] = "Het laatste nieuws";
arrVertaling["LEESVERDER"] = "Lees verder";
arrVertaling["VACATURE"] = "Vacature";
arrVertaling["DATUM"] = "Datum";
arrVertaling["STANDPLAATS"] = "Standplaats(en)";
arrVertaling["OPLEIDINGSNIVEAU"] = "Opleidingsniveau";
arrVertaling["VACATUREINDEX"] = "Vacature index";
arrVertaling["OPDRACHTGEVER"] = "Opdrachtgever";
arrVertaling["PLAATS"] = "Plaats";
arrVertaling["ARCHITECT"] = "Architect";
arrVertaling["VERDERZOEKEN"] = "Verder zoeken";
arrVertaling["TREFWOORDEN"] = "Trefwoorden";
arrVertaling["RESULTATEN"] = "Resultaten";
arrVertaling["OMSCHRIJVING"] = "Omschrijving";
arrVertaling["SORTEEROP"] = "Sorteer op";
arrVertaling["PAGINA"] = "Pagina";
arrVertaling["FUNCTIE"] = "Functie";
arrVertaling["VERDER"] = "Verder";
arrVertaling["VORIGE"] = "Vorige";
arrVertaling["VOLGENDE"] = "Volgende";
arrVertaling["ZOEK"] = "Zoek";
arrVertaling["COPYRIGHT"] = "Copyright";
arrVertaling["PRIVACY"] = "Privacy";
arrVertaling["DISCLAIMER"] = "Statement & Disclaimer";
arrVertaling["CONTACT"] = "Contact";
arrVertaling["PRINT"] = "Print";


function getResource(Resource) {

	return arrVertaling[Resource];
}

$(function() {
	$("*[className*='TRANSLATE']").each(function() {

		key = this.className.split("_")[1].split(" ")[0];
		inhoud = $(this).html();
		$(this).html(getResource(key) + inhoud);
	});
});

var arrLanguages = [
//{ lanNaam: "Nederland", lanAfk: "NL", lanImg: "images/landen/nl.gif", lanURL: "http://localhost/tbinieuwnl" },
//{ lanNaam: "Englisch", lanAfk: "ENG", lanImg: "images/landen/us.gif", lanURL: "http://localhost/tbinieuwen" }
];

var showDisclaimer = false;
var showCopyright = false;
var showPrivacy = false;
var showContact = false;

var keys = {
	'baasbv.nl' : '#@0433e93b3392b9104cb',
	'baasgroep.nl' : '#@3c25de6e42fbe806f17',
	'eekels.com' : '#@c473fdb63b7916d61e9',
	'eekels.ro' : '#@c54c05bfbcc8ac77d1e',
	'haverkort.nl' : '#@abb0688b80608d2060a',
	'haverkortvoormolen.nl' : '#@982b73715fc7a134ed2',
	'hazenberg.nl' : '#@b84ee5f135a220fc648',
	'koopmans.nl' : '#@a41e905c7e7083d507c',
	'localhost' : '#@5e6f511009986089dd6',
	'mdb.nl' : '#@d69f86f78476df324d3',
	'mobilis.nl' : '#@21d045ab77bbcb89dc2',
	'nicodebont.nl' : '#@40cfea251e173db87ae',
	'tbi-infra.nl' : '#@f9ba4341e8c18a1f612',
	'tbi.nl' : '#@48246271fc780b85cb8',
	'tbiinfra.nl' : '#@295a3cf4ed6b9148163'
}; 
