// JavaScript Document
function pstspopup(url,w,h){
var mafenetre;
/* if(mafenetre.closed == false) {mafenetre.close();}*/
    mafenetre =window.open(url,"PopupPicture","menubar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,dependent=yes");
/*	mafenetre = window.open('about:blank', 'monimage', 'width='+img.width+',height='+img.height);*/
/*	mafenetre.innerWidth=w;
	mafenetre.innerHeight=h;*/
	mafenetre.resizeTo(w+10,h+40);
	mafenetre.focus();
}

function phonepopup(url){
var telefon;
/* if(mafenetre.closed == false) {mafenetre.close();}*/
	
    telefon =window.open(url,"telefon","menubar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,dependent=yes,left=0,top=0,width=291,height=109");
	telefon.focus();
}

function ecripopup(url){
var mafenetre;
/* if(mafenetre.closed == false) {mafenetre.close();}*/
	
    mafenetre =window.open(url,"PopupPicture","menubar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,dependent=yes,left=0,top=0,width=450,height=300");
	mafenetre.focus();
}