var bildpfad = "pics/";
var auswahlnr = 0;
//**[begin]******* Auswechselbilder **************

var b = new Array();
b[0] = new Image(); b[0].src = bildpfad + "point_n.gif";
b[1] = new Image(); b[1].src = bildpfad + "l_bio_h.jpg";
b[2] = new Image(); b[2].src = bildpfad + "l_aus_h.jpg";
b[3] = new Image(); b[3].src = bildpfad + "l_werk_h.jpg";
b[4] = new Image(); b[4].src = bildpfad + "l_extr_h.jpg";
b[5] = new Image(); b[5].src = bildpfad + "l_gaes_h.jpg";
b[6] = new Image(); b[6].src = bildpfad + "l_kon_h.jpg";
b[7] = new Image(); b[7].src = bildpfad + "l_mail_h.jpg";
b[8] = new Image(); b[8].src = bildpfad + "scloseh.jpg";
b[9] = new Image(); b[9].src = bildpfad + "smagnh.jpg";
b[10] = new Image(); b[10].src = bildpfad + "sshowh.jpg";
b[11] = new Image(); b[11].src = bildpfad + "sinfoh.jpg";
b[12] = new Image(); b[12].src = bildpfad + "spf_lh.jpg";
b[13] = new Image(); b[13].src = bildpfad + "spf_rh.jpg";
//**[end]******* Auswechselbilder **************

//*******MultipleFramechanger***************
function fourF(URL1,F1,URL2,F2,URL3,F3,URL4,F4)
 {  
  parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
  parent.frames[F3].location.href=URL3;
  parent.frames[F4].location.href=URL4;
 } 
function threeF(URL1,F1,URL2,F2,URL3,F3)
 {  
  parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
  parent.frames[F3].location.href=URL3;
 } 
function twoF(URL1,F1,URL2,F2)
 {  
  parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
 }
 //**[end]*****MultipleFramechanger**************
 
 // Supa Dupa Highlighta
function linksh(bild_nr,highlight)
{
	orig = document.images[bild_nr].src;
	bildnr = bild_nr;
	document.images[bild_nr].src = b[highlight].src;
	
}

//Dynamical Usuable Normalizer (NEEDS NO PARAMETERS :)  )
function linksn()
{
	var origsplit = orig.split("/");
	var orig_n = origsplit.length - 1;
	var normal_ = origsplit[orig_n];
	document.images[bildnr].src =  bildpfad + normal_;
}
 
 
 
 

//*****************************experimental*********************************

function hallo()
{
	alert('good');
}
