//������ ������ � Google Maps ����� � IE

function printMe() {
	var d = document.getElementById('printMe');
	if (d==null) return false;

	var w =  window.open('','printme','width=700,height=600,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=yes,copyhistory=0,top=10,left=10');
	w.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
	w.document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
	w.document.write('<style>');
	w.document.write('body,td { font-size:12px; font-family: verdana; }');
	w.document.write('table.table1 { font-size:8pt; border-collapse: collapse; font-family: verdana; }');
	w.document.write('table.table1 td { padding: 4px; border: 1px solid #333333 }');
	w.document.write('table.table0 { font-size:8pt; border-collapse: collapse; font-family: verdana; }');
	w.document.write('table.table0 td { padding: 4px; border-width: 0px; }');
	w.document.write('</style>');
	w.document.write('<body onload="window.print()">');
	w.document.write('<table width="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse"><tr><td style="40%" valign="top"><span style="font:bold 22px Verdana, Geneva, sans-serif;"> ООО «КОМПЛЕКТ»</span><br /><span style="font:bold 14px Verdana, Geneva, sans-serif; ">тел. (495) 745-00-14, </span><br /><span style="font:bold 14px Verdana, Geneva, sans-serif; padding:0 0 0 36px">(901) 536-45-05</span><br /><span style="font:bold 12px Verdana, Geneva, sans-serif; color:#0857a6"">http:// <span style="text-decoration:underline; color:#0857a6">www.komplekt-opt.ru</span><br />http://<span style="text-decoration:underline; color:#0857a6">www.комплект-опт.рф<span></span><br />e-mail: komplekt-opt.2006@mail.ru</td><td style="width:60%" valign="top"><span style="font:normal 11px Verdana, Geneva, sans-serif"><span style="font:bold 12px Verdana, Geneva, sans-serif">Склад-магазин:</span> Московская область, село Беседы, <br />ул. Народная, д.29<br /><span style="font:bold 12px Verdana, Geneva, sans-serif">проезд на общественном транспорте: </span>от станции   м. Марьино 15 мин. На маршрутном такси №897 до остановки Дроздово, от станции м. Домодедовская 20 мин. на рейсовом автобусе №355 до ост. Дроздово.<br /><span style="font:bold 12px Verdana, Geneva, sans-serif">на автомобиле:</span> 19-й км МКАД развязка «Бесединский мост», съезд в область по указателю с. Беседы</span></td></tr></table>');
	w.document.write(d.innerHTML);
	w.document.write('</body></html>');
	w.document.close();
	w.focus();         
     
 }
