/**
* (C) Powered by RiboSystems Update CMS
* Paul Krugerlaan Den Haag - http://www.paulkrugerlaandenhaag.nl
* 
* Author	: Timothy Bradley <timothy.bradley@ribosystems.com> 
* Document	: Global javascript settings
**/

function getBranchesImages(){
	if(document.URL.indexOf('?cid=1002')){
		var img = 'foto_schoonheid.jpg';
	} else if (document.URL.indexOf('?cid=1003')){
		var img = 'foto_horeca.jpg';
	} else if (document.URL.indexOf('?cid=1004')){
		var img = 'foto_boodschappen.jpg';
	} else if (document.URL.indexOf('?cid=1005')){
		var img = 'foto_huishoudelijkeluxe.jpg';
	} else if (document.URL.indexOf('?cid=1006')){
		var img = 'foto_modekleding.jpg';
	} else if (document.URL.indexOf('?cid=1007')){
		var img = 'foto_zakelijk.jpg';
	}
	
	document.write('<br><br><br><img src="http://www.paulkrugerlaandenhaag.nl/components/images/branches/'+img+'">');
}
function checkSearch(form){
	if (form.zoekstring.value == "") {
	alert("Gelieve een zoekopdracht in te voeren.");
	form.zoekstring.focus();
	return false;
	}
	return true;
}
function showSearch(){
	var is_CMSinput = document.URL.indexOf('&zoekstring=');
	var is_CMSpage = document.URL.indexOf('?cid=1018');
	
	if (is_CMSinput != -1 && is_CMSpage != -1){ 
	var url_giveaway = document.URL.substring(is_CMSinput+1, document.URL.length);
	document.write("<IFRAME name=main marginWidth=0 marginHeight=0 src=\"http://www.paulkrugerlaandenhaag.nl/modules/zoeken/index.php?"+url_giveaway+"\" frameBorder=no width=\"98%\" scrolling=no height=1000 allowTransparency scrollbars=\"no\"></IFRAME>");
	} else {
	document.location.href = 'http://www.paulkrugerlaandenhaag.nl/';
	}
}
function popup(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=589,left = 320,top = 217.5');");
}
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);