function Popupoptimum() { 
w=open("",'image','width=600,height=230,left=600,top=300,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>Internation Optimum</TITLE></HEAD>"); 
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+60); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE border='0' cellspacing='5' cellpadding='0'><TR>");
w.document.write("<TD><img src='img/tarifs/international-optimum-graph.gif'> </TD></TR></TABLE></BODY></HTML>"); 
w.document.close(); 
}
function Popupgprs() { 
w=open("",'image','width=600,height=300,left=400,top=300,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>Data GPRS</TITLE></HEAD>"); 
//w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+60); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE border='0' cellspacing='2' cellpadding='0' style='font-family: arial, verdana, sans-serif;	font-size: 12px;font-style: normal;	color: #000000;	line-height:16px; '><TR>");
w.document.write("<TD><img src='img/tarifs/offre-gprs.gif'></TD><td >La solution pour vous connecter à Internet lors de vos déplacements grâce à votre mobile.Vous disposez d'un téléphone comptabible GPRS ? Utilisez-le comme modem pour connecter votre PC ou votre PDA. Vous pouvez envoyer et recevoir vos email ou même naviguer sur le web où que vous soyez.</td></TR><tr><td colspan='2' align='center'><img src='img/tarifs/tableau-gprs.gif'></td></tr></TABLE></BODY></HTML>"); 
w.document.close(); 
}
function Popupassos(img) { 
w=open("",'image','width=600,height=300,left=300,top=200,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>Data GPRS</TITLE></HEAD>"); 
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+60); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE border='0' cellspacing='5' cellpadding='0' style='font-family: arial, verdana, sans-serif;	font-size: 12px;font-style: normal;	color: #000000;	line-height:16px; '><TR>");
w.document.write("<TD><img src='"+img+"'></TD></tr></TABLE></BODY></HTML>"); 
w.document.close(); 
}