
function ChangeProductImage(id, img_small, img_large) {

	document.getElementById('img_product_' + id).src = img_small;

}

function PopupPic (id) {

	//url = document.getElementById('img_product_' + id).src.replace('_', '');
	window.open ('/popup.php?id=' + id, '', 'resizable=1,height=200,width=200');

}

function PopupPicProduct (id) {

	//url = document.getElementById('img_product_' + id).src.replace('_', '');
	window.open ('/popupProduct.php?id=' + id, '', 'resizable=1,height=200,width=200');

}

function PopupVideo (id) {

	//url = document.getElementById('img_product_' + id).src.replace('_', '');
	window.open ('/openvideo.php?id=' + id, '', 'resizable=1,height=320,width=280');

}

function PopupVideoHulpstuk (id) {

	//url = document.getElementById('img_product_' + id).src.replace('_', '');
	window.open ('/openvideohulpstuk.php?id=' + id, '', 'resizable=1,height=320,width=280');

}


