function getProductsCategorie(categorie){	

	params = {};
	params.categorie = categorie;
	PG.ajaxTag('ajaxProductOverzicht', 'customer.vloerentrend.getProductOverzicht', params);
	PG.ajaxTag('zoeken_ov', 'customer.vloerentrend.getCategorie', params);
	
	
}


function getProductsSubCategorie(categorie,subcategorie){	
	
	params = {};
	params.categorie = categorie;
	params.subcategorie = subcategorie;
	
	//PG.ajaxTag('ajaxproductdetail', 'customer.vloerentrend.getCustomFlash', params);
	
	
	PG.ajaxTag('ajaxProductOverzicht', 'customer.vloerentrend.getProductOverzicht', params);
	PG.ajaxTag('zoeken_ov', 'customer.vloerentrend.getCategorie', params);
	
	
}

function searchProducts(){

	params = $("zoeken").serialize(true);
	params._pgVersion = '0.3';
	//params.action = 'saveKlant';
	PG.ajaxTag('ajaxProductOverzicht', 'customer.vloerentrend.getCustomQuery', params);

}
