document.write(' ');
function mailhide(p)
{
location.href=p;
}
function tab_id()
{
}
function Neufenster(bild,leg)
{
w = window.open('Referenzobjekte/Planausschnitte','bild','scrolling=no,width=700,height=500,left=100,top=100');
w.document.open();
w.document.write("
");
w.document.write("");
w.document.write(" ");
w.document.write(""+ leg + " Architekt: Linear Projekt AG, 6370 StansDrucken / Schliessen ");
w.document.write("
");
w.document.write("");
w.focus();
w.document.close();
}
function ohne(bild,leg)
{
w = window.open('Referenzobjekte/Planausschnitte','bild','scrolling=no,width=700,height=500,left=100,top=100');
w.document.open();
w.document.write(" ");
w.document.write("");
w.document.write(" ");
w.document.write(""+ leg + " Drucken / Schliessen ");
w.document.write("
");
w.document.write("");
w.focus();
w.document.close();
}
function Neu(bild)
{
w = window.open('Referenzobjekte/Planausschnitte','bild','scrolling=no,width=550,height=500,left=100,top=100');
w.document.open();
w.document.write(" ");
w.document.write("");
w.document.write(" ");
w.document.write("Drucken / Schliessen ");
w.document.write("
");
w.document.write("");
w.focus();
w.document.close();
}