function show_isdn(cisdn)
{
linkopen=window.open("", "isdnvideo", "status=0, menubar=0, toolbar=0, scrollbars=0, resizable=0, width=650, height=450, left=80, top=70");
linkopen.location.href = cisdn;
}
function show_dsl(cdsl)
{
linkopen=window.open("", "dslvideo", "status=0, menubar=0, toolbar=0, scrollbars=0, resizable=0, width=650, height=490, left=80, top=70");
linkopen.location.href = cdsl;
}
//////////////////////
//Kontakt
//////////////////////
function show_anfahrt_do(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}

function show_anfahrt_aa(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}
function show_anfahrt_airport(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}
function show_anfahrt_ne(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}
function show_anfahrt_oe(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}
function show_anfahrt_do(cweg)
{
linkopen=window.open("", "Anfahrt", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=900, height=650, left=10, top=10");
linkopen.location.href = cweg;
}

function kontakt_mail(cm)
{
linkopen=window.open("", "eMail", "status=0, menubar=0, toolbar=0, scrollbars=1, resizable=0, width=600, height=650, left=10, top=10");
linkopen.location.href = cm;
}
function show_flv(cflv)
{
linkopen=window.open("", "flashvideo", "status=0, menubar=0, toolbar=0, scrollbars=0, resizable=0, width=800, height=650, left=40, top=20");
linkopen.location.href = cflv;
}

//////////////////////
//Ende Kontakt
//////////////////////

function w_close()
{
self.close();
}