/*
 * Author: 	M. Heesen
 * Company:	Keukenweb BV
 * City:	Amsterdam
 * Country:	the Netherlands
 * Property of Keukenweb BV
 * This program cannot be copied or distributed in any form without
 * specific written approval of Company Management.
 * © copyright

*/

<!--
function RouTeKsz(InStreet, InCity, InCountry, InLogo)
{
	
window.open('http://www.routenet.nl/address.asp?task=map_address&addressname=&address_start=' + InStreet + '&address=&language=NL&yp_searchtype=&yp_search=&yp_isbusiness=false&yp_location=&zipcode=&street=' + InStreet + '&city=' + InCity + '&country=NL&zipcode=&street=&city=&country=NL&yp_search_dummy_2=&yp_location_dummy_1=&yp_searchtype_radio=yellow_who','RouTeKsz','width=820,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}
//-->
