root = "http:\/\/10.21.0.155\/web\/stockreiter\/stockreiter-galabau.de";
root = "";
picpath = root+"\/bilder";

function fenster(datei, pfad, w, h, scroller) {
 if (typeof(gross)!="undefined") gross.close();
 if (typeof(scroller)=="undefined" || scroller=="") scroller = "no"; else scroller ="auto";
 gross = window.open(datei, "_blank", "width="+ (w+18) +", height="+ (h+30) +",dependent=no,  menubar=no, resizable=yes, scrollbars="+scroller+", status=yes, toolbar=no, location=no");
}

function showDivs(stripped_divs,modus) {
 div = stripped_divs.split(",");
 var was;
 if (modus==0)  was = "hidden";
 if (modus==1)  was = "visible";
 for (i=0;i<div.length;i++) {
  document.getElementById(div[i]).style.visibility = was;
 }
}

function inlineloadseite(frameNr, pfad, seite, para) {
// alert (root+"\/"+pfad+"\/"+seite+"\n"+para)
	if (typeof(para)=="undefined" || para =="") {
  if(frameNr==1) { 
 	 inline1.location.href=root+"/"+pfad+"/"+seite;
  } else { 
 	 inline2.location.href=root+"/"+pfad+"/"+seite;
  }
 }	else {
  if (frameNr==1) {
   inline1.location.href=root+"/"+pfad+"/"+seite+"?"+para;
  } else {
   inline2.location.href=root+"/"+pfad+"/"+seite+"?"+para;
  }
 }
}

