var calcwin;
function showCalculatorNoProp(e){var d,c,b,a;
a="http://www.eraeurope.com/index.cfm?fuseaction=mortCalc.showCalc&changeLanguage="+e;
c=(screen.width)?(screen.width)/2-300:0;
b=(screen.height)?(screen.height)/2-300:0;
d="toolbar=NO,location=NO,directories=NO,status=NO,menubar=NO,scrollbars=yes,resizable=yes,copyhistory=NO,width=420,height=320,top="+b+",left="+c;
if(calcwin&&!calcwin.closed){calcwin.close()
}calcwin=window.open(a,"calcwin",d)
}function showCalculator(b,a,g){var f,e,d,c;
c="http://www.eraeurope.com/index.cfm?fuseaction=mortCalc.showCalc&title=ERA France | simulation de financement&propertyUUID="+b;
c+="&propertyPrice="+a+"&changeLanguage="+g;
e=(screen.width)?(screen.width)/2-300:0;
d=(screen.height)?(screen.height)/2-300:0;
f="toolbar=NO,location=NO,directories=NO,status=NO,menubar=NO,scrollbars=yes,resizable=yes,copyhistory=NO,width=420,height=320,top="+d+",left="+e;
if(calcwin&&!calcwin.closed){calcwin.close()
}calcwin=window.open(c,"calcwin",f)
}var calcwin;
function showCalcFlash(e){var d,c,b,a;
a="index.cfm?fuseaction=csearch.mortgageCalculator&price="+e;
c=(screen.width)?(screen.width)/2-300:0;
b=(screen.height)?(screen.height)/2-200:0;
d="toolbar=NO,location=NO,directories=NO,status=NO,menubar=NO,scrollbars=NO,resizable=yes,copyhistory=NO,width=600,height=400,top="+b+",left="+c;
if(calcwin&&!calcwin.closed){calcwin.close()
}calcwin=window.open(a,"calcwin",d)
};
