﻿// JScript-Datei
function openPic(url,w,h)
{
newh=h+110;
neww=w+50;
if (neww<450) {neww=450;}
am2=window.open("../asp/bigpic.aspx?url="+url,"fwbsa_win2","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
am2.document.close();
}
function openPDF(url,w,h)
{
newh=h+110;
neww=w+50;
if (neww<450) {neww=450;}
apdf=window.open(".."+url,"fwbsa_win2","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=yes,top=5,left=5,maxbutton=no,resize=no");
//"../asp/viewpdf.aspx?url="+
apdf.document.close();
}

function openPicEinsatz(url,w,h)
{
newh=h+110;
neww=w+50;
if (neww<450) {neww=450;}
am2=window.open("../../../asp/bigpic.aspx?url="+url,"fwbsa_win2","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
am2.document.close();
}

function openEinsatzKarte(eid)
{
karteam2=window.open("../../../einsaetze/karte/" + eid + "/einsatzort.aspx","fwbsa_win3","HEIGHT=580,WIDTH=700,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
//karteam2.document.close();
}

function openJahresKarte(j)
{
karteam2=window.open("../../../einsaetze/jahreskarte/" + j + "/uebersicht.aspx","fwbsa_win_ku","HEIGHT=650,WIDTH=750,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
//karteam2.document.close();
}

function openFahrzeugTour(fzg)
{
am2=window.open("../fahrzeuge/"+fzg+"/tour/interaktiv.aspx","fwbsa_win3","HEIGHT=640,WIDTH=900,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
am2.document.close();
}

function openPicBa(url,w,h)
{
newh=h+110;
neww=w+50;
if (neww<450) {neww=450;}
am2=window.open("../../asp/bigpic.aspx?url="+url,"fwbsa_winI_1","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
am2.document.close();
}

function openAlbum(aid,w,h,p) {
newh=h+148;
neww=w+50;
if (neww<450) {neww=450;}
cv2=window.open("../../asp/album2.aspx?id="+aid+"&mh="+h+"&pic="+p,"fwbsa_win2_album","HEIGHT="+newh+",WIDTH="+neww+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
cv2.document.close();
}
