function print_content()
{
	var p = window.open('','','width=755,height=650,scrollbars=yes,toolbar=no,location=no,directories=no,menubar=no, left=70, top=130');
	p.document.open("text/html");
	p.document.write('<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"./styles/style.css\" />');
	p.document.write('</head><body bgcolor="#FFFFFF" style=\"background-color:#fff; background-image:none; margin: 10px;\"><div id=\"content\">');
	p.document.write('<center><h1 style="color:#000">Hotel Venecia Palace</h1></center><br /><br />Adres: ul. Kasztanowa 44, 05-816 Michalowice k/Warszawy &nbsp;&nbsp; www.veneciapalace.pl<br /> Telefon: +48 22 753 0353 &nbsp;&nbsp; Telefon. kom. +48 (0) 609 773 775 &nbsp;&nbsp; E-mail: hotel@veneciapalace.pl  &nbsp;&nbsp;<br /><br /><br />');
	p.document.write(document.getElementById('container').innerHTML);
	p.document.write('</div></body></html>');
	p.document.close();
	p.print();
}




function print_map()
{
	var p = window.open('','','width=606,height=369,toolbar=no,location=no,directories=no,menubar=no, left=70, top=130');
	p.document.open("text/html");
	p.document.write('<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"./styles/style.css\" />');
	p.document.write('</head><body bgcolor="#FFFFFF" style=\"background-color:#fff; background-image:none; margin: 0;\">');
	p.document.write('<img src=\"/images/mapka.gif\">');
	p.document.write('</body></html>');
	p.document.close();
	p.print();
}
