Partner on the citymap
Auf dieser Karte finden Sie natürlich nur diejenigen Freunde und Kooperationspartner, die mit einer Veröffentlichung einverstanden sind.
\n";
var printReadyElem = document.getElementById("directions");
if (printReadyElem != null)
{
html += "
";
html += printReadyElem.innerHTML;
}
else
{
alert("Could not find the printReady section in the HTML");
return;
}
html += "\n\n";
var printWin = window.open("","printSpecial", "width = 600");
printWin.document.open();
printWin.document.write(html);
printWin.document.close();
if (gAutoPrint)
printWin.print();
}
else
{
alert("Sorry, the print ready feature is only available in modern browsers.");
}
}
$j(document).ready(function(){
$j('a.modalizer_link,a.modal,a.modalizer').colorbox({width:'80%',height:'80%',iframe:true});
$j('a.modalizer_link_image').colorbox({});
$j('a.modalizer_link_external').colorbox({width:'80%',height:'80%',iframe:true});
});
window.addEvent("domready", function() {
var JTooltips = new Tips($$(".hasTip"), { maxTitleChars: 50, fixed: false});
});