function popup(page,vWidth,vHeight,scroll) {
// param 'width=450,height=520,top=0,left=0,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,location=yes,menubar=yes'
/*
f = getFolder( "", page );
alert("patate!")
fichier = new file()
if ( fichier.isFile (page)){
	alert("ok")
}else{
	alert("existe pas")
}
*/
siteWindow = window.open(page,'siteWin','width='+vWidth+',height='+vHeight+',scrollbars='+scroll+',top=0,left=0,status=no,toolbar=no,resizable=no,location=no,menubar=no')
siteWindow.focus()
}
function popupCalcul(page,vWidth,vHeight,scroll) {
// param 'width=450,height=520,top=0,left=0,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,location=yes,menubar=yes'
siteWindow = window.open(page,'siteWin','width='+vWidth+',height='+vHeight+',scrollbars='+scroll+',top=200,left=200,status=no,toolbar=no,resizable=no,location=no,menubar=no')
siteWindow.focus()
}

