<!--
function pop(){
	//url = "http://www.terracaf.ca/en/produits/hum_index.asp?pageactive=1&enr=1&typ=1&famille=14&t=CERTIFIÉ%20RESPONSABLE";
	url = "http://www.terracaf.ca/en/produits/index.asp?pageactive=1&enr=1&typ=1&famille=15&IDsous=20"
	strWidth = "800";
	strHeight = "640";
	strScroll = "auto";
	
 	w = strWidth;
	h = strHeight;

	pw = parseInt((screen.width-w)/2);
	ph = parseInt((screen.height-h)/2);
  	//storywin = window.open(''+ url +'','','width='+ strWidth +',height='+ strHeight +',scrollbars='+ strScroll +',resizable=no,screenX='+ pw +',screenY='+ ph +',left='+ pw +',top='+ ph +''); 
	window.open(''+ url +'');

 	if (eval('storywin.focus()')) {
	win.moveTo(pw, ph);
	} 
}

function popfr(){
	url = "http://www.terracaf.ca/produits/index.asp?pageactive=1&enr=1&typ=1&famille=15&IDsous=20&t=HumaniTerra";
	strWidth = "800";
	strHeight = "640";
	strScroll = "auto";
	
 	w = strWidth;
	h = strHeight;

	pw = parseInt((screen.width-w)/2);
	ph = parseInt((screen.height-h)/2);
	window.open(''+ url +'');
  	//storywin = window.open(''+ url +'','','width='+ strWidth +',height='+ strHeight +',scrollbars='+ strScroll +',resizable=no,screenX='+ pw +',screenY='+ ph +',left='+ pw +',top='+ ph +''); 

 	if (eval('storywin.focus()')) {
	win.moveTo(pw, ph);
	} 
}
//-->
