/* BIJLAGE(N) OPENEN *********************************************************/

function BO(h, c, p, id)
{
	// h  = hcat_nr
	// c  = cat_nr
	// p  = prod_nr
	// id = bij_id

	url	= 'bij.php?h='+h+'&c='+c+'&p='+p+'&id='+id;
	naam= 'bijlagen';
	opt	= 'width=780, height=580, location=no, menu=no, scrollbars=yes, status=no, toolbar=no';
	window.open(url, naam, opt);
}

