function PopUp(IDINVITATION)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=no,resizable=no,width=500,height=700"
        Box = window.open ("passpartypopup2.php?IDINVITATION="+IDINVITATION,"Windows",options)
		Box.focus()
        }
function PopAmi(IDINVITATION)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=no,resizable=no,width=500,height=300"
        BoxAmi = window.open ("ami.php?IDINVITATION="+IDINVITATION,"Ami",options)
		BoxAmi.focus()
        }
function PopUpAll(SESSIONID)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=no,resizable=no,width=468,height=465"
        Box = window.open ("passpartypopup1.php?IDMP="+SESSIONID,"Windows",options)
		Box.focus()
        }
function PopUpUrl(URL)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=yes,resizable=yes,width=500,height=465"
        Box = window.open (URL,"Windows",options)
		Box.focus()
        }
function PopUp2(IDINVITATION)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=no,resizable=no,width=465,height=250"
        Box = window.open ("invitesdetails.php?IDINVITATION="+IDINVITATION,"Windows",options)
		Box.focus()
        }
function PopUp3(NUM)
        {
        Box = window.open('numero.php?NUM='+NUM,'phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=137')
		Box.focus()
        }
function PopUp4(IDNEWSLETTER)
        {
        options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30," 
        options += "scrollbars=yes,resizable=yes,width=550,height=450"
        Box = window.open ("newslettervoir.php?IDNEWSLETTER="+IDNEWSLETTER,"Windows",options)
		Box.focus()
        }
function PopUpPrint(NUM)
        {
        Box = window.open('passparty.php?IDINVITATION='+NUM,'PassParty','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=220px,height=30px')
		Box.focus();
		//Box.close();
        }
function Rencontre(){
	options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=10," 
	options += "scrollbars=yes,resizable=yes,width=780,height=500"
	BoxRentcontre = window.open ("http://228.easyrencontre.com","Windows",options)
	BoxRentcontre.focus()
}
function PopUpFly(URL,WIDTH,HEIGHT)
	{
	//options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30, scrollbars=no,resizable=no,width=1,height=1"
	//Box = window.open (URL,"Windows",options)
	//Box.close()
	options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30, scrollbars=no,resizable=yes,width="+WIDTH+",height="+HEIGHT
	Box = window.open (URL,"Windows",options)
	Box.focus()
	}