// Navigationsskripte für SAP-User-Group

function header (level) {
	
	path = "";
	for (i=1; i <= level; i++) {
		path = path + '../';
	}	

	document.write ('<img src="' + path + 'image/b.gif" width=12><img src="' + path + 'image/uglogo.gif"><br><br>');
	document.write ('<img src="' + path + 'image/b.gif" width=5>');
	document.write ('<a href="' + path + 'index.htm" target="_parent"><img src="' + path + 'image/nav-home.gif" border="0"></a>');
	//document.write ('<img src="' + path + 'image/nav-strich.gif">');
	document.write ('<a href="' + path + 'sapug/mitglieder.htm" target="main"><img src="' + path + 'image/nav-mail.gif" border="0"></a>');
	//document.write ('<img src="' + path + 'image/nav-strich.gif">');
	document.write ('<a href="http://www.gdv.de/" target="_parent"><img src="' + path +'image/nav-gdv.gif" border="0"></a><br><br>');
	//document.write ('</font>');
	
}


function copyr () {

	datum = document.lastModified;
	tag = datum.substring (3, 5);
	monat = datum.substring (0, 2);
	jahr = datum.substring (6, 8);
	document.write ('<br><br><br><br><br><font face=Arial size=1>&copy 1999<br>SAP-User-Group');
	// document.write ('<a href="disclaimer.htm" target="_new">Disclaimer</a><br>');
	//document.write ('Stand: ');
	//document.write (tag + '.' + monat + '.' + jahr);

}


function copyr1 (level) {

	path = "";
	for (i=1; i <= level; i++) {
		path = path + '../';
	}	

	document.write ('<br><br><hr size="1" align="left" noshade width="615" color="#C0C0C0">');
	document.write ('<table width="615"><tr>');
	document.write ('<td><font face="Arial" size="1">&copy 1999, SAP-User-Group Versicherungen, ');
	document.write ('Stand: ');
	document.write (document.lastModified);
	document.write ('</font></td><td align="right"><font face="Arial" size="1">');
	document.write ('<a href="' + path + 'index.htm" target="_parent">Homepage</a> | ');
	document.write ('<a href="' + path + 'sapug/mitglieder.htm">Mail</a></font></td>');
	document.write ('</tr></table>');

}


function gdvhome () {

	document.write ('<font face=Arial size=1><a href="http://www.gdv.de/vaaindex.htm" target="_parent">GDV-Homepage</a></font>');

}


// Präsentation in neuem Fenster öffnen
function praes () {
	window.open ("aktuell/praes/sve01.htm", "praes", "width=550,height=500");
}

