function noPostBack(sNewFormAction)
{
    document.forms[0].action = sNewFormAction;
    document.forms[0].__VIEWSTATE.name = 'NOVIEWSTATE';
    document.forms[0].target = '_blank';
}
    
function finanzinfo(){
   var ausg = "http://www.logic-base.de";
   dis = window.open(ausg,"my2","toolbar=0,scrollbars, resizable=0,status=no,width=370, height=280 innerHeight=280,innerWidth=370,outerHeight=430,outerwidth=370");
}

function empfehlen(ausg) {
    dis = window.open(ausg,"my2","toolbar=0,resizable=0,status=no,width=420,height=500,innerHeight=500,innerWidth=420,outerHeight=500,outerwidth=420");
}

function printWindow() {
Browser = parseInt(navigator.appVersion);
if (Browser >= 4) window.print();
}

function fragestellen(){
   var ausg = "http://www.logic-base.de";
   dis = window.open(ausg,"my2","toolbar=0,scrollbars, resizable=0,status=no,width=370, height=280 innerHeight=280,innerWidth=370,outerHeight=430,outerwidth=370");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function setReiter(element, neu)
{

var reiterWer = neu;
var e = document.getElementById("mot");
var a = document.createAttribute("class");


if (reiterWer == null || reiterWer == " " )
 {
 a.nodeValue = "inhalt_reitereins_box" ;
 e.setAttributeNode(a);

 //alert(e.getAttribute("class"));
 //alert(reiterWer);
 }
 else{
 a.nodeValue = "inhalt_reiter"+ reiterWer +"_box" ;
 e.setAttributeNode(a);
 //alert(e.getAttribute("class"));
 //alert(reiterWer);

 }

}


function changeImg(sImageSrc)
{
 if(oObj = document.getElementsByName("ImageMain")[0])
 {
 // oObj.style.backgroundImage = "url('" + sImageSrc + "')";
  oObj.src =  sImageSrc ;
 }
  return false;
}


function changeImgPopUp(sImageSrc)
{
 if(oObj = document.getElementById("ImageMain"))
 {
 // oObj.style.backgroundImage = "url('" + sImageSrc + "')";
  oObj.src =  sImageSrc ;
 }
  return false;
}



function Gallery(ausg) {
    dis = window.open(ausg,"my2","toolbar=0,resizable=0,status=no,width=820,height=800,innerHeight=800,innerWidth=820,outerHeight=800,outerwidth=820");
}



