function launchProdPic(picture, config)
{
	window.open(picture, "_blank", config);
}
	
	