/* ****************************************
**
**	Acuerate - Functies
**
*/



 /*
 **  Pop-up met grotere foto's product pagina
 */
	
 function popup(foto,direc,comment)
	{venster=window.open("./extra.php?type=foto&foto="+foto+"&direc="+direc+"&com="+comment,"","width=530,height=400,scrollbars=auto,resizable=yes,top=5,left=5");
	}




 /*
 **  Getuigenis weergeven
 */
 
 function popupt(nr, taal)
 	{venster=window.open("./extra.php?type=test&id="+nr+"&lang="+taal,"","width=530,height=550,scrollbars=yes,resizable=yes,top=5,left=5");
	}






 /*
 ** Shop pop-up
 */

 function shopopen(taal)
	{shopvenster=window.open('shop.php?lang='+taal,'shp','width=600,height=550,scrollbars=auto,menubar=no,status=no,toolbar=no,top=5,left=5');
	}

