
					document.write('<div style="display:none;" id="contenuRegie"><div style="cursor:pointer;font-family: Arial;padding: 10px;background:#F0F0F0;" id="closeRegie" onclick=\'popMe("http://www.puboclic.com/clic-c1798-e1494002464-f.html", "console", "700", "1080");\'><img src=\'http://puboclic.com/system/application/assets/image/icon_delete.png\' alt="close" title="close"></div><iframe width="1080" height="700" src="http://www.puboclic.com/clic-c1798-e1494002464-f.html" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0" name="pocSU" id="regieSU"/></iframe></div>');
					
					if (document.getElementsByTagName) {
						Script = document.createElement('script');
						Script.type = 'text/javascript';
						Script.src = 'http://www.puboclic.com/system/application/assets/js/popin.js';
						Body = document.getElementsByTagName('BODY');
						if (Body) {
							Body[0].appendChild(Script);
						}
					}
					
					var newWin = null;
					function popMe(strURL, strType, strHeight, strWidth) {
					  if (newWin != null && !newWin.closed)
						newWin.close();
					  var strOptions="";
					  if (strType=="console")
						strOptions="resizable,height="+
						  strHeight+",width="+strWidth;
					  if (strType=="fixed")
						strOptions="status,height="+
						  strHeight+",width="+strWidth;
					  if (strType=="elastic")
						strOptions="toolbar,menubar,scrollbars,"+
						  "resizable,location,height="+
						  strHeight+",width="+strWidth;
					  newWin = window.open(strURL, 'newWin', strOptions);
					  newWin.focus();
					}
					
