// Copyright 2005 Mirode.com

var to_print="";
function imprimer_annonce(a){
	//eval("titre_annonce=titre_"+a+"; annonce_annonce=annonce_"+a+"; date_annonce=date_"+a);
	eval("titre_annonce=titre_"+a+"; annonce_annonce=annonce_"+a+"; date_annonce=date_"+a+"; tel_annonce=tel_"+a+"; email_annonce=email_"+a+"; photo_annonce=photo_"+a);
	if (photo_annonce!="") eval("width_photo=width_"+a+"; height_photo=height_"+a);
	
	
	to_print="<table width=\"750\" height=\"577\" border=\"0\" align=\"left\" cellpadding=\"0\" cellspacing=\"0\"><tr><td height=\"101\" colspan=\"2\" valign=\"top\" align=\"center\"><img src=\"../logo/logo.png\" width=\"77\" height=\"90\"></td></tr><tr><td width=\"525\" height=\"91\" valign=\"top\" align=\"left\"><span style=\"font-family:'Monotype Corsiva, sans-serif'; font-size:22px\">Contact:</span><br>";
	if (tel_annonce!="") to_print+="<b>Téléphone:</b> "+tel_annonce+"<br>";
	if (email_annonce!="") to_print+="<b>Email:</b> "+email_annonce+"<br>";
	to_print+="</td><td width=\"225\" valign=\"top\" align=\"center\">";
	ut=location.hostname; if (!ut) ut='www.mirode.com';
	if (photo_annonce!="") to_print+="<img src=\"http://"+ut+"/photo/"+photo_annonce+"\" width=\""+width_photo+"\" height=\""+height_photo+"\"><br>";
	to_print+="</td></tr><tr bgcolor=\"#CCCCCC\"><td height=\"20\" colspan=\"2\" valign=\"top\"><span style=\"font-family:'Monotype Corsiva, sans-serif'; font-size:22px\">Titre:"+titre_annonce+"</span></td></tr><tr><td height=\"344\" colspan=\"2\" valign=\"top\"><span style=\"font-family:'Monotype Corsiva, sans-serif'; font-size:22px\">L'annonce:</span><br>"+annonce_annonce+"<br><br><i>Annonce mise en ligne le "+date_annonce+"</i></td></tr><tr><td height=\"21\" colspan=\"2\" valign=\"top\" style=\"copyright\" align=\"center\">&copy; MIRODE.COM Tous droits réservés.</td></tr></table>";
	print(to_print);
}
/**************************************************************************************/
