function FP(dest)		{window.open (dest, 'pop', 'scrollbars=yes,status=no,width=450,height=300');}
function FV(dest,H,W)	{window.open (dest, 'pop', 'scrollbars=no,status=no,width='+W+',height='+H);}
function FF(dest)		{window.open (dest, 'pop', 'scrollbars=yes,status=no,width=770,height=560');}
function FM(dest)		{window.open (dest, 'pop', 'scrollbars=no,status=no,width=660,height=500');}
function Fflot(doc,fen,taille)	{window.open(doc,fen,taille);}
function Son(URL) {
		window.open(URL,'pop','toolbar=no,location=no,menubar=no,status=no,scrollbars=no,resizable=no,top=0,left=0,width=320,height=160');}
function Min (a, b)
			{	if (a < b) {return a;}
				else {return b;}			}
function autoSize() 
			{	self.resizeTo(Min((document.images[0].width+40), screen.width-50),
				Min((document.images[0].height+130), screen.height-25));			}
function csspopup() {
	if ((navigator.appVersion.indexOf("Mac")!=-1) &&(navigator.appVersion.indexOf("MSIE 4.")!=-1) ){
		document.write('<LINK REL=\"stylesheet\" type=text/css href=\"../Sys/FDstyle_MAC_NS.css\">');}
	else if ((navigator.appVersion.indexOf("Mac")!=-1) && (navigator.appVersion.indexOf("MSIE")==-1)){
		document.write('<LINK REL=\"stylesheet\" type=text/css href=\"../Sys/FDstyle_MAC_NS.css\">');}
	else if ((navigator.appVersion.indexOf("MSIE")==-1)){
		document.write('<LINK REL=\"stylesheet\" type=text/css href=\"../Sys/FDstyle_PC_NS.css\">');}
	else {
		document.write('<LINK REL=\"stylesheet\" type=text/css href=\"../Sys/FDstyle_PC_IE.css\">');}
	}
