
function monsol(wohin)
 {
       location =  wohin + ".html"
 }

function mail_ab(woher) {
	 
 alert("Besten Dank für Ihre Anfrage!");

 document.information.redirect.value="http://www.eis-charlie.com/" + woher + ".html";

 document.information.submit();
}

function check_information (woher) {

  if (document.information.realname.value == "") {
    alert("Bitte Ihren Namen eingeben!");
    document.information.realname.focus();
    return false;
  }
  if (document.information.email.value != "") {
   if (document.information.email.value.indexOf("@") == -1 ||
		   document.information.email.value.indexOf(".") == -1 	) {
    alert("Keine oder falsche E-Mail-Adresse angegeben!");
    document.information.email.focus();
    return false;
  }
  }
   if ( document.information.vorwahl.value == ""  ||
	 		  document.information.vorwahl.value.indexOf(" ") != -1  	) {
    alert("Keine oder Leerzeichen in der Vorwahlnummer angegeben!");
    document.information.vorwahl.focus();
    return false;
  }
	   if ( document.information.vorwahl.value == ""  ||
	 		  document.information.vorwahl.value.indexOf(" ") != -1  	) {
    alert("Keine oder Leerzeichen in der Vorwahlnummer angegeben!");
    document.information.vorwahl.focus();
    return false;
  }
	   if ( document.information.nr.value == ""  ||
	 		  document.information.nr.value.indexOf(" ") != -1  	) {
    alert("Keine oder Leerzeichen in der Telefonnummer angegeben!");
    document.information.nr.focus();
    return false;
  }

   if ( isNaN (document.information.vorwahl.value) 	) {
    alert(" Vorwahlnummer nicht numerisch angegeben!");
    document.information.vorwahl.focus();
    return false;
  }
   if ( isNaN (document.information.nr.value) 	) {
    alert(" Telefonnummer nicht numerisch angegeben!");
    document.information.nr.focus();
    return false;
  }
    if ( isNaN (document.information.vw_fax.value) 	) {
    alert(" Faxvorwahl nicht numerisch angegeben!");
    document.information.vw_fax.focus();
    return false;
  }
    if ( isNaN (document.information.nr_fax.value) 	) {
    alert(" Faxnummer nicht numerisch angegeben!");
    document.information.nr_fax.focus();
    return false;
  }
	mail_ab(woher);
}

function check_email (woher) {

  if (document.information.realname.value == "") {
    alert("Bitte Ihren Namen eingeben!");
    document.information.realname.focus();
    return false;
  }
  if (document.information.email.value != "") {
   if (document.information.email.value.indexOf("@") == -1 ||
		   document.information.email.value.indexOf(".") == -1 	) {
    alert("Keine oder falsche E-Mail-Adresse angegeben!");
    document.information.email.focus();
    return false;
  }
  }
	mail_ab(woher);
}

function link_open (which) { 
   var Hoehe, Breite, variante, w, h
   Hoehe=screen.height;
   Breite=screen.width;

   if (Breite>=800 && Breite<1024)
    {
		w = "640"; h = "480";
    }
   if (Breite>800 && Breite<1200)
    {
		w = "720"; h = "540";
    }
   if (Breite>=1200)
    {
		w = "1024"; h = "768";
    }  

 nw = window.open(which,"link","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=" + w + ",height=" + h );
 nw.focus();
 } 
 
function zuranfrage (woher)
 {

 nw = window.open(woher + ".html","anfrage","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=560,height=560" );
 nw.focus();
 }

function webdesign (woher)
 {
 nw = window.open(woher + ".html","www","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=640,height=580" );
 nw.focus();
 }
function vorstand (woher)
 {
 nw = window.open(woher + ".html","vorstand","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=640,height=580" );
 nw.focus();
 }
function impressum (woher)
 {
 nw = window.open(woher + ".html","impressum","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=640,height=580" );
 nw.focus();
 }
function kontakt (woher)
 {
 nw = window.open(woher + ".html","kontakt","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=640,height=580" );
 nw.focus();
 }
function sitemap (woher)
 {
 nw = window.open(woher +".html","sitemap","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=640,height=520" );
 nw.focus();
 }

function bild(which) { var site = "galerien/boots/"+ which +".html";
 nw = window.open(site,"bild","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=20,top=20,width=700,height=570");
 nw.focus();
 }
 
function foto (which) { var site =  which +".html"; 
  nw = window.open(site,"foto","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=10,top=10,width=700,height=570");
 nw.focus();
  }
	 
function zeit (which) { var site = "zeitgeist/"+ which +".html"; 
  nw = window.open(site,"zeit","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=10,top=10,width=520,height=570");
 nw.focus();
  }

function svw (which) {  
    location = "galerien/" + which + "_svw/galerie_" + which + ".html";
 }
 
function svw_r (which) {  
    location = "../" + which + "_svw/galerie_" + which + ".html";
 }
function svw_band (which) {  
    location = which + "/" + which + ".html";
 }
 
function svw_band_r (which) {  
    location = "../../" + which + "_svw/galerie_" + which + ".html";
 }
 
function svw_r_band (which) {  
    location = "../" + which + "/" + which + ".html";
 }
 
function fenster(which) { 
  var site = "cover/buch/"+ which +".html";
 nw = window.open(site,"buecher","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=400,height=570");
 nw.focus();
 }
 
function cd (which) { var site = "cover/cd/"+ which +".html";
 nw = window.open(site,"cd","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=700,height=520");
 nw.focus();
 } 

function single (which) { var site = "cover/single/"+ which +".html";
 nw = window.open(site,"single","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=700,height=520");
 nw.focus();
 } 

function lp (which) { var site = "cover/lp/"+ which +".html";
 nw = window.open(site,"lp","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=700,height=520");
 nw.focus();
 } 
 
 function pdf_z (which) { var site = "zeitgeist/2/"+ which +".pdf";
 nw = window.open(site,"pdf","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 } 
 
function bild (which) { var site = "zeitgeist/"+ which +".html";
 nw = window.open(site,"bild","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=120,top=20,width=700,height=570");
 nw.focus();
 }

function pdf_p (which) { var site = "presse/"+ which +".pdf";
 nw = window.open(site,"pdf","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 }
 
function presse (which) { var site = "presse/"+ which +".html";
 nw = window.open(site,"presse","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=0,height=0");
 nw.focus();
 }
 
function fenster(which) { var site = "news/"+ which +".html";
 nw = window.open(site,"twang","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=20,top=20,width=570,height=570");
 nw.focus();
 } 
function video_open (which) { var site ="video" +  which + ".htm";
 nw = window.open(site,"video","menubar=1,scrollbars=1,toolbar=1,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 } 
function gloria_1966 () { 
 nw = window.open("http://www.youtube.com/watch?v=316MXowr3ik","gloria1966","menubar=1,scrollbars=1,toolbar=1,location=1,directories=1,status=1,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
} 
function gloria () { 
 nw = window.open("http://www.youtube.com/watch?v=MlR1UDEcy_0","gloria","menubar=1,scrollbars=1,toolbar=1,location=1,directories=1,status=1,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
} 
function twang (which) { var site ="http://www.twang-tone.de/" +  which ;
 nw = window.open(site,"twang","menubar=1,scrollbars=1,toolbar=1,location=1,directories=1,status=1,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
} 
function inthemidnighthour () { 
 nw = window.open("http://www.youtube.com/watch?v=-SAHaoQGTeg","inthemidnighthour","menubar=1,scrollbars=1,toolbar=1,location=1,directories=1,status=1,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
} 
function guestbook_open(which) { var site = "http://theboots.de/system-cgi/guestbook/guestbook.php?action=" + which ;
 nw = window.open(site,"www","menubar=0,scrollbars=1,toolbar=1,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 } 

function pdf_b (which)
 {
   var Hoehe, Breite,  w, h
   Hoehe=screen.height;
   Breite=screen.width;
   w = "0";   h = "0";
   if ( Breite<=800)
    {  w = "640"; h = "480";  } else
   if (Breite>800 && Breite<1200)
    {		w = "720"; h = "540"; } else
   if (Breite>=1200)
    {		w = "1024"; h = "768";}
	site = "grafik/" + which + ".pdf";	  

 nw = window.open(site,"pdf","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=" + w + ",height=" + h );
 nw.focus();
 }
 
function wopen_gloria (which) { var site =  "gloria/" + which + ".htm";
 nw = window.open(site,"www","menubar=1,scrollbars=1,toolbar=1,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 }

 function foto (which) { 

   var Hoehe, Breite,  w, h
   Hoehe=screen.height;
   Breite=screen.width;
   w = "0";   h = "0";
   if ( Breite<=800)
    {  w = "640"; h = "480";  } else
   if (Breite>800 && Breite<1200)
    {		w = "720"; h = "540"; } else
   if (Breite>=1200)
    {		w = "1024"; h = "768";}  
			
  var site = "bilder/"+ which +".html"; 
  nw = window.open(site,"fotos","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=10,top=10,width=" + w +",height="+h );
 nw.focus();
  } 

function wopen (which) { 

   var Hoehe, Breite,  w, h
   Hoehe=screen.height;
   Breite=screen.width;
   w = "0";   h = "0";
   if ( Breite<=800)
    {  w = "640"; h = "480";  } else
   if (Breite>800 && Breite<1200)
    {		w = "720"; h = "540"; } else
   if (Breite>=1200)
    {		w = "1024"; h = "768";}  
			
 nw = window.open(which,"www","menubar=1,scrollbars=1,toolbar=1,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=" + w + ",height=" + h );
 nw.focus();
 }
 
function biograph (which) { var site = "cover/bio/"+ which +".html";
 nw = window.open(site,"bio","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=750,height=600");
 nw.focus();
 }
 
function buch(which) { var site = "cover/buch/"+ which +".html";
 nw = window.open(site,"buecher","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=400,height=570");
 nw.focus();
 } 
 
function cd(which) { var site = "cover/cd/"+ which +".html";
 nw = window.open(site,"cd","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=700,height=570");
 nw.focus();
 }

function single(which) { var site = "cover/single/"+ which +".html";
 nw = window.open(site,"cd","menubar=0,scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,left=120,top=20,width=700,height=570");
 nw.focus();
 }
function news (which) { var site = "news/"+ which +".html";
 nw = window.open(site,"news","menubar=0,scrollbars=1,toolbar=0,location=0,directories=0,status=0,resizable=1,left=120,top=20,width=700,height=520");
 nw.focus();
 } 
 
function guestbook (which) { var site = "http://theboots.de/system-cgi/guestbook/guestbook.php?action=view" ;
 nw = window.open(site,"www","menubar=0,scrollbars=1,toolbar=1,location=0,directories=0,status=0,resizable=1,left=20,top=20,width=700,height=570");
 nw.focus();
 } 

