function Stat(statusl)
{
window.status=statusl;
}
var DStat="Dienstleistungsexport mit Industrieprodukten (DEXINPRO)";

Stat(DStat);

function Int()
{

window.open("intern", "Fenster", "left=50, top=50, width=840, height=550, location=no, menubar=no, resizable=yes, scrollbars=yes");
}
