/********************************************************************
 *     Toon de productinformatie van een opgegeven product.   		*
 *  Deze functie wordt aangeroepen in de IBO-pagina "assortiment"   *
 *                                                                  *
 ********************************************************************/

function toonProduct(product) {
	window.location.href="pagina.asp?subject=pagina&keuze=" + product;
}

