function clearDefault(el)
{
  	if (el.defaultValue==el.value) el.value = ""
}

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function show_flash(src, movie, width, height, quality, menu, bgcolor, flashvars) 
{ 
    document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"" +width+ "\" height=\"" +height+ "\" id=\"" +movie+ "\">"); 
    document.write("<param name=\"movie\" value=\"" +src+ "\" />"); 
    document.write("<param name=\"FlashVars\" value=\"" +flashvars+ "\">"); 
    document.write("<param name=\"quality\" value=\"" +quality+ "\" />"); 
    document.write("<param name=\"menu\" value=\"" +menu+ "\" />"); 
    document.write("<param name=\"bgcolor\" value=\"" +bgcolor+ "\" />"); 
    document.write("<embed src=\"" +src+ "\" swLiveConnect=\"true\" menu=\"" +menu+ "\" FlashVars=\"" +flashvars+ "\" quality=\"" +quality+ "\" bgcolor=\"" +bgcolor+ "\" width=\"" +width+ "\" height=\"" +height+ "\" name=\"" +movie+ "\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />"); 
    document.write("</object>"); 
} 

function Mensch_openWindow(path,width,height)
{
	window.open('http://www.xivix.de/mensch/bild-ausgabe.php?path='+path,'zoom','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left='+((screen.width-width) / 2)+',top='+((screen.height-height) / 2)+',width='+width+',height='+height);
}