function popUp(url, title, w, h) {
	popWin = window.open(url,title,"scrollbars=1,toolbar=0,location=0,directories=0,status=1,resizable=1,width="+w+",height="+h)}
function printIt() {
	var Content = document.getElementById("Content");
	Ausdruck = window.open("", "_blank", "scrollbars=yes, menubar=yes,width=800");
	Ausdruck.focus();
	Ausdruck.document.writeln('<html><head>');
	Ausdruck.document.writeln('<title>CALL A GIFT Service  Tel. 06103-30332-0   Fax 06103-30332-20</title>');
	Ausdruck.document.writeln('<meta name="robots" content="noindex; nofollow">');
	Ausdruck.document.writeln('<link rel="stylesheet" href="../formate.css">');
	Ausdruck.document.writeln('<script language="JavaScript">function druck(){window.print()}</script>');
	Ausdruck.document.writeln('</head><body>');
	Ausdruck.document.write(Content.innerHTML);
	Ausdruck.document.writeln('<b class="p">CALL A GIFT Service Ulrike Halboth e.K.<br>Telefon: 06103-30332-0<br>Fax: 06103-30332-20<br>Internet: http://www.callagift.de</b></body></html>');
	self.Ausdruck.print();
	}	