function cxg_msie()
{code=navigator.appName;return(code.indexOf("Microsoft")!=-1);};function cxg_rnd(max)
{return(Math.floor(Math.random()*max));};function cxg_newimage(source)
{rt=new Image;rt.src=source;return(rt);};function cxg_image(welches,womit)
{if(document.images[welches])
tausch=document.images[welches];else
{if(cxg_msie())
{}else
{for(lala=0;lala<document.layers.length;lala++)
if(document.layers[lala].document.images[welches])tausch=document.layers[lala].document.images[welches];};};if(tausch)tausch.src=eval(womit).src;};function cxg_image_stat(welches,womit,text)
{document.images[welches].src=eval(womit).src;window.status=text;};function cxg_stat(text)
{window.status=text;};function cxg_remote(adr,ziel,w,h,roll)
{cx_win=window.open(adr,ziel,"width="+w+",height="+h+",toolbar=no,status=no,scrollbars="+roll+",scrolling="+roll);cx_win.focus();};function cxg_frametausch_top(welchen,was_rein)
{top.frames[welchen].location.href=was_rein;};function cxg_frametausch_parent(welchen,was_rein)
{parent.frames[welchen].location.href=was_rein;};