<!-- BEGIN js_simulation_1.tpl -->
<script type="text/javascript">
// <![CDATA[
<!--
function Graph() {
Graphique = window.open('{MODEL_GRAPHIQUE}{HTTP_JS_SIMUL}?ChartData[0]={INTERET_FOCUS}&ChartData[1]={CAPITAL_FOCUS}&ChartLabel[0]={ACCENT_SIMUL_FORM_5}&ChartLabel[1]={ACCENT_SIMUL_FORM_6}&ChartDiameter={CHART_DIAMETER}&ChartFont={CHART_FONT}&height={JS_HEIGHT_GRAPH}&width={JS_WIDTH_GRAPH}','Graphique','top={JS_TOP},left={JS_LEFT},height={JS_HEIGHT_GRAPH},width={JS_WIDTH_GRAPH}');
Graphique.focus();
}
function onTop() {
if (Graphique.blur) Graphique.focus();
}
function ferme_popup() {
if (Graphique) Graphique.close();
Graphique = null;
}
function ClosePopup() {
if (Graphique) Graphique.close();
window.close();
}
//-->
// ]]>
</script>
<!-- END js_simulation_1.tpl -->