function openWin(page,b,h){
	var breite = b+20;
	var hoehe = h+20;
	myleft=(screen.width)?(screen.width-breite)/2:100;mytop=(screen.height)?(screen.height-hoehe)/2:100;
	settings="width=" + breite + ",height=" + hoehe + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
	win=window.open(page,'win',settings);
}


function show_flash(flashfile, flashspeed, flashalternativpic)
{
	document.write('<object id="headerin" type="application/x-shockwave-flash" data="header.swf?xml=xml/'+flashfile+'&amp;wipe='+flashspeed+'">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="header.swf?xml=xml/'+flashfile+'&amp;wipe='+flashspeed+'" />');
	document.write('<param name="wmode" value="transparent">');	
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<img id="flashalternative" src="/styles/headerpics/'+flashalternativpic+'" alt="" />');
	document.write('</object>');
	
}




function go_back (count, rubric)
{
	history.go(count);
}




var wstat
var ns4up = (document.layers) ? 1 : 0
var ie4up = (document.all) ? 1 : 0
var xsize = screen.width
var ysize = screen.height
var breite=600
var hoehe=400
var hoehe1=460
var xpos=(xsize-breite)/2
var ypos=(ysize-hoehe)/2

function opwin_de() {
wstat=window.open("index.cfm?pid=1463","","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+breite+",height="+hoehe+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}
function opwin_en() {
wstat=window.open("index.cfm?pid=1463","","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+breite+",height="+hoehe+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}

function opwin(pid) {
wstat=window.open("index.cfm?pid="+pid+"","","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+breite+",height="+hoehe1+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}