// JavaScript Switcher Klantenservice

var mainTableHeight = 2000;

function switcher (e)
{
i = 'image'+e; i = document.getElementById(i);
e = 'content'+e; e = document.getElementById(e);
table = document.getElementById('mainTable');

if(table != null){
hdiv = e.style.height;
hdiv = hdiv.replace(/px/g, "");

if(hdiv > 0){
hdiv = parseInt(hdiv);
hdiv = hdiv * 2;
}else{
hdiv = 800;
}

}

if( e.style.display== 'block')
{

if(table != null){
mainTableHeight = mainTableHeight - hdiv;
table.style.height = mainTableHeight;
}

e.style.display = "none";
i.src = "/css/ts24/cs_plus.png";
}

else
{
if(table != null){
mainTableHeight = mainTableHeight + hdiv;
table.style.height = mainTableHeight;
}
e.style.display ="block";
i.src = "/css/ts24/cs_min.png";
}
}


var open1=false;
if (window.location == "http://www.ts24.nl/shop_content.php/coID/15/product/Bedrijfsinformatie#Routeplanner"){
open1=true;
}

if (window.location != "http://www.ts24.nl/shop_content.php/coID/15/product/Bedrijfsinformatie#Routeplanner"){
open1 = false;
}

function google() {
if (open1 == false){
window.location = "http://www.ts24.nl/shop_content.php/coID/15/product/Bedrijfsinformatie#Routeplanner"
setTimeout("window.location.reload(true);",10);	
open1 = true;
} 
}

var open2=false;
if (window.location == "http://www.ts24.nl/shop_content.php/coID/12/content/Afhalen#Afhaalbalie"){
open2=true;
}

if (window.location != "http://www.ts24.nl/shop_content.php/coID/12/content/Afhalen#Afhaalbalie"){
open2 = false;
}

function google2() {
if (open2 == false){
window.location = "http://www.ts24.nl/shop_content.php/coID/12/content/Afhalen#Afhaalbalie"
setTimeout("window.location.reload(true);",10);	
open2 = true;
} 
}
