
function gotoURL(URL) {
  window.location.href = URL;
}

function showDIV(ID) {
  if (document.getElementById) {
    var v;
    v = document.getElementById(ID).style.visibility;
    if (v == '') {
      v = 'hidden';
    }
    if (v == "hidden") {
      document.getElementById(ID).style.visibility = "visible";
      document.getElementById(ID).style.position = "relative";
    }
    else {
      document.getElementById(ID).style.visibility = "hidden";
      document.getElementById(ID).style.position = "absolute";
    }
  }
}

function showSub(id) {
	document.getElementById(id).style.visibility = "visible";
}

function hideSub(id) {
	document.getElementById(id).style.visibility = "hidden";
}

function fenster(d)
{
	switch(d){
	case 1:
	NeuesFenster=window.open("upload/bilder/wirtschaft/neckarwiesen/neckarwiesen1_gross.jpg","Neckarwiesen","width=800,height=472");
	break;
	case 2:
	NeuesFenster=window.open("upload/bilder/wirtschaft/neckarwiesen/neckarwiesen2_gross.jpg","Neckarwiesen","width=688,height=600");
	break;
	case 3:
	NeuesFenster=window.open("upload/bilder/wirtschaft/wirtschaftsstandort_gross.jpg","Wirtschaftsstandort","width=600,height=631");
	break;
	case 4:
	NeuesFenster=window.open("upload/bilder/wirtschaft/anfahrt_detail_gross.jpg","Wirtschaftsstandort","width=800,height=604");
	break;
	case 5:
	NeuesFenster=window.open("upload/bilder/wirtschaft/anfahrt_grob_gross.jpg","Wirtschaftsstandort","width=520,height=600");
	break;
	}
}
