<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
var VorH = "visible" ;
var objid=document.getElementById('B1');
setInterval ( 'blink()',1500 ) ; 
function blink() {
if ( VorH == "visible" ) {
document.getElementById('B1').style.visibility='hidden';
VorH = "hidden" ; }
else {
document.getElementById('B1').style.visibility='visible';
VorH = "visible" ; }
}
//-->
