largeur_popup=726;

function OpenWinFichierPhoto(parm_photo) {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinFichierPhoto=window.open(parm_photo,'FichierPhoto','scrollbars=yes,toolbar=no,titlebar=no,status=no,width=520,height=520,resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinFichierPhoto.focus){WinFichierPhoto.focus();}
}

function OpenWinFichier(parm_fichier) {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinFichier=window.open(parm_fichier,'Fichier','scrollbars=yes,toolbar=no,titlebar=no,status=no,width=620,height=620,resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinFichier.focus){WinFichier.focus();}
}

function OpenWinContact() {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinContact=window.open('formulaire_contact.php','FormulaireContact','scrollbars=no,toolbar=no,titlebar=no,status=no,width=450,height=453,resizable=no,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinContact.focus){WinContact.focus();}
}

function OpenWinPopupEntreprisePhoto(parm_id_web_entreprise) {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinEntreprisePhoto=window.open('popup_web_entreprise.php?id_web_entreprise='+parm_id_web_entreprise,'EntreprisePhoto','scrollbars=yes,toolbar=no,titlebar=no,status=no,width=620,height=620,resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinEntreprisePhoto.focus){WinEntreprisePhoto.focus();}
}

function OpenWinPopupRosa() {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinPopupRosa=window.open('popup_rosadosventos.php','rosadosventos','scrollbars=yes,toolbar=no,titlebar=no,status=no,width=620,height=620,resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinPopupRosa.focus){WinPopupRosa.focus();}
}

function submit_f_action(parm_page, chaine) {
	document.f.action =parm_page;
	document.f.id_rub.value='';
	document.f.id_groupe.value='';
	document.f.id_categorie.value='';
	document.f.recherche.value='';
	document.f.PRODUIT_NAVIGATION_FIRST.value='0';
	a=chaine.split(";");
	for(i=0;i<a.length;i++) {
		b=a[i];c=a[i].split(":");chaine0=c[0];chaine1=c[1];
		if ( document.f.elements[chaine0] ) document.f.elements[chaine0].value=chaine1;
	}
	document.f.submit();
}

