<!--

function PopupImage(img, titre, auteur) { 
  oFenetre = window.open('','Image','width=400,height=400,toolbar=no,scrollbars=no,resizable=no');
  oFenetre.document.write("<html><head><title>"+titre+"</title></head>");
  oFenetre.document.write("<script type=\"text/javascript\">function twAjustePopUp() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+40); window.focus();} else { setTimeout('twAjustePopUp()',1000) } }</"+"script>");
  oFenetre.document.write("<body onload='twAjustePopUp()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>"); 
  oFenetre.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td background='../images/blank.jpg' valign='middle' align='center'>"); 
  oFenetre.document.write("<img src='"+img+"' border='0' alt='"+auteur+"' title='"+auteur+"'>");
  oFenetre.document.write("</td></tr></table></body></html>"); 
  oFenetre.document.close(); 
}
//-->


<!-- Mes PopUp//-->
function ouvrirdemo() { //v2.0 
window.open('http://www.cdwebextras.com/demo.htm','','width=600,height=565');} 

function ouvrir1() { //v2.0
window.open('1.htm','','width=800,height=600');}

function ouvrir2() { //v2.0
window.open('2.htm','','width=800,height=600');}

function ouvrir3() { //v2.0
window.open('3.htm','','width=800,height=600');}

function ouvrir4() { //v2.0
window.open('4.htm','','width=800,height=600');}

function ouvrirSamedi() { //v2.0
window.open('samedi.htm','','width=410,height=300');}

function ouvrirCours() { //v2.6
window.open('http://www.soisyoga.com/cours.htm','','width=500,height=365');}

function ouvrirMessage() { //v2.0
window.open('http://www.soisyoga.com/message.htm','','width=350,height=275');}

function ouvrirBeauTemps() { //v2.0
window.open('http://www.soisyoga.com/beauTemps.htm','','width=300,height=300');}

function ouvrirEnfants() { //v2.0
window.open('http://www.soisyoga.com/enfants.htm','','width=400,height=290');}