//	dieses scrip einbinden bei acrobat dateien - sollte soweit in kleiner anzeige immer passen
//  NICHT Pfad angepasst!!
//	Erstellt: 23.10.2001
//	Bemerkungen: <A HREF="javascript:popup('planungsvorgabe.pdf')">New Window</A> :-)
//
//
function popup()
{
window.open('../wsw/images/wsw1.pdf','UnsereVorgaben','width=400,height=600,toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}


function popup2()
{
window.open('../wsw/images/wsw2.pdf','wsw','width=400,height=600,toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}

function popup3()
{
window.open('../wsw/images/wsw3.pdf','dss','width=400,height=600,toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}

function popup4()
{
window.open('../wsw/images/referenz.pdf','referenz','width=400,height=600,toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}

function popup5()
{
window.open('../wsw/images/herstellerbesch.pdf','referenz','width=400,height=600,toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}
