// Buttons Preload
home_n= new Image(); 
home_n.src = "images/buttons/home_n.gif";
home_h = new Image(); 
home_h.src = "images/buttons/home_h.gif";

profil_n= new Image(); 
profil_n.src = "images/buttons/profil_n.gif";
profil_h = new Image(); 
profil_h.src = "images/buttons/profil_h.gif";

// Bildwechsel
function Bildhigh(welches){
window.document.images[welches].src = eval(welches + "_h.src");
}
function Bildnorm(welches){
window.document.images[welches].src = eval(welches + "_n.src");
}

// Popup1
function popUp1 () {
zoom=window.open("popup/guttapercha.htm","externesFenster",'width=260,height=186,scrollbars=no,menubar=no');
//var x = (screen.width-460)/2;
//zoom.moveTo(x,10);
}

// History back
function back() {
    history.go(-1);
}

// Frameseite wechseln
function conjump(url){
parent.content.location.href=url;
}

function popup(Pid)
{
  win = window.open("popup/beschreibung.php?Pid=" + Pid,"Beschreibung",'width=400,height=420,resizeable=yes,scrollbars=yes,menubar=no');
}

function popup1(Pid)
{
if(navigator.appName == "Opera"){
  win = window.open("popup/anfrage.php?Pid=" + Pid,"Anfrage",'width=400,height=480,resizeable=yes,scrollbars=yes,menubar=no');
}
else{
  win = window.open("popup/anfrage.php?Pid=" + Pid,"Anfrage",'width=400,height=420,resizeable=yes,scrollbars=yes,menubar=no');
}
}

// Formulare senden
function versenden() {
document.inhalt.submit();
}

function Jid_change(){
	var f = document.Jid_FORM;
	if (f.Jid.value != ""){
		window.location.href = "job_details.php?Jid=" + f.Jid.value;
	}
}
