ic_g=new Image ( );
ic_g.src="topic_g.gif";
ic_r=new Image ( );
ic_r.src="topic_r.gif";
ic_b=new Image ( );
ic_b.src="topic_b.gif";
ic_top=new Image ( );
ic_top.src="IPO_icon_top.gif";

var a, ic, f1, f2, n1, n2;
function show (a, ic) {window.document.images[a].src=ic.src;}

function rufe (n1,f1) 
{
parent.frames[n1].location.href=f1;
}

function call2 (n1,n2,f1,f2) 
{
parent.frames[n1].location.href=f1;
parent.frames[n2].location.href=f2;
}
function call3 (n1,n2,n3,f1,f2,f3) 
{
parent.frames[n1].location.href=f1;
parent.frames[n2].location.href=f2;
parent.frames[n3].location.href=f3;
}
function call4 (n1,n2,n3,f1,f2,f3) 
{
parent.frames[n1].location.href=f1;
parent.frames[n2].location.href=f2;
parent.frames[n3].location.href=f3;
parent.frames[n4].location.href=f4;
}
function zeige_all (alles) {
b = screen.availWidth;
h = screen.availHeight;

var awin=window.open(alles, 'Alles', 'width= ' + b + ', height= ' + h +', top=0, left=0, resizable=no, scrollbars=yes');
}

function zeige_help (help) {
hwin=window.open(help, 'Hilfe', 'width=780, height=500, top=20, left=5, resizable=yes, scrollbars=yes');
}

function zeige_menu (men) {
mwin=window.open(men, 'Menue', 'width=160, height=400, top=130, left=160, resizable=yes, scrollbars=yes');
}

function warte () {
	var i=0;
	while (i<1000000){
		i++;
		}
}

function Meldung (str) {
twin=window.open('', 'Thema2', 'width=160, height=60, top=240, left=150, resizable=yes, scrollbars=no');
twin.document.write('<HTML><body bgcolor="#FFFF99" leftmargin="0" topmargin="0"><table cellspacing="0" cellpadding="0" width="100%" height="100%" border="1" align="center"><tr><td align="center"><font face="Arial", size="-1">' + str + '</font></td></tr></table></body></html>');
}
function insert_bild(bild) {
iwin=window.open('', 'IBILD', 'width=450, height=300, top=25, left=250, resizable=yes, scrollbars=yes');
iwin.document.write('<HTML><body bgcolor="#FFFF99" leftmargin="0" topmargin="0"><table cellspacing="0" cellpadding="0" width="100%" height="100%" border="1" align="center"><tr><td align="center"><img src="' + bild + '" border="1"></td></tr></table></body></html>');
}

function fix_bild(bild) {
fwin=window.open('', 'FIXBILD', ' width=450, height=300, top=25, left=250, resizable=yes, scrollbars=yes');
fwin.document.write('<HTML><body bgcolor="#FFFF99" leftmargin="0" topmargin="0"><table cellspacing="0" cellpadding="0" width="100%" height="100%" border="1" align="center"><tr><td align="center"><img src="' + bild + '" border="1"></td></tr></table></body></html>');
}

function zeige_bild (abb, n) {
bwin=window.open(abb, 'Bild' + n, 'width=450, height=300, top=25, left=250, resizable=yes, scrollbars=yes');
}

function zeige_lit (ind, n) {
lwin=window.open(ind, 'Quelle' + n, 'width=750, height=500, top=20, left=20, resizable=yes, scrollbars=yes');
}

dwin=new Array();

function zeige_dok (n, i, Sn) {
b = screen.availWidth;
h = screen.availHeight;
bb=parseInt(b);
bbb=bb - 8;
hh=parseInt(h);
hhh=hh - 36;

i++;
dwin[i]=window.open(Sn, 'Seite' + n + i, 'width= ' + bbb + ', height= ' + hhh +', top=0, left=0, resizable=no, scrollbars=yes');
}


