<!--
   -------------------------------------------------
   Sur une ide et ralisation de Alatourette AddGen
   -  Copyright Alatourette AddGen 2002 pour NPDS  -
   -------------------------------------------------

<!-- Add by Alatourette AddGen / Fonction Texte 1 colonne -->
<input type="button" name="bloc1" value="1 colonne Texte" onClick="InsertTxt();" style="width:130px; font: 8pt arial;"><hr noshade>
<script>
function InsertTxt() {
   window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML = window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML +
   "<table width=100% border=-1 cellpadding=3 cellspacing=0><tr><td width=100% valign=top>texte  insrer</td></tr></table>";
}
</script>
<!-- Add by Alatourette AddGen / Fonction Texte 1 colonne -->


<!-- Add by Alatourette AddGen / Fonction Texte 2 colonnes -->
<input type="button" name="bloc2" value="2 colonnes Texte" onClick="InsertTxtTxt();" style="width:130px; font: 8pt arial;"><hr noshade>
<script>
function InsertTxtTxt() {
   window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML = window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML +
   "<table width=100% border=-1 cellpadding=3 cellspacing=0><tr><td width=50% valign=top>texte  insrer dans la colonne 1</td><td>&nbsp;&nbsp;</td><td width=50% valign=top>texte  insrer dans la colonne 2</td></tr></table>";
}
</script>
<!-- Add by Alatourette AddGen / Fonction Texte 2 colonnes -->


<!-- Add by Alatourette AddGen / Fonction col-Image & col-Texte -->
<input type="button" name="bloc3" value="2 colonnes Img | Texte" onClick="InsertImgTxt();" style="width:130px; font: 8pt arial;"><hr noshade>
<script>
function InsertImgTxt() {
   window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML = window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML +
   "<table width=100% border=-1 cellpadding=3 cellspacing=0><tr><td width=5% valign=top><img src='editor_images/defaut.gif'></td><td width=95% valign=top>texte  insrer</td></tr></table>";
}
</script>
<!-- Add by Alatourette AddGen / Fonction col-Image & col-Texte -->


<!-- Add by Alatourette AddGen / Fonction col-Texte & col-Image -->
<input type="button" name="bloc4" value="2 colonnes Texte | Img" onClick="InsertTxtImg();" style="width:130px; font: 8pt arial;"><hr noshade>
<script>
function InsertTxtImg() {
   window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML = window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML +
   "<table width=100% border=-1 cellpadding=3 cellspacing=0><tr><td width=95% valign=top>texte  insrer</td><td width=5% valign=top><img src='editor_images/defaut.gif'></td></tr></table>";
}
</script>
<!-- Add by Alatourette AddGen / Fonction col-Texte & col-Image -->


<!-- Add by Alatourette AddGen / Fonction col-Image & col-Texte & col-Image -->
<input type="button" name="bloc5" value="3 cols Img | Texte | Img" onClick="InsertImgTxtImg();" style="width:130px; font: 8pt arial;"><hr noshade>
<script>
function InsertImgTxtImg() {
   window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML = window.opener.document.frames("myEditor").document.frames("textEdit").document.body.innerHTML +
   "<table width=100% border=-1 cellpadding=3 cellspacing=0><tr><td width=5% valign=top><img src='editor_images/defaut.gif'></td><td width=95% valign=top>texte  insrer</td><td width=5% valign=top><img src='editor_images/defaut.gif'></td></tr></table>";
}
</script>
<!-- Add by Alatourette AddGen / Fonction col-Image & col-Texte & col-Image -->

