<!--
function FenUp(f) {
<!-- 
{
Nom_Browser = navigator.appName;
Version_Browser = navigator.appVersion;
if ( Nom_Browser == "Netscape" )
{
popup = window.open(f,
"FenUp",
"resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,width=500,height=200,left=40,top=20,scrollbars=yes")
}
else
{
popup = window.open(f,
"FenUp",
"resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,width=680,height=300,left=40,top=20,scrollbars=yes")
}
}
// -->
}
//-->
