function redirAreaCode(linkRedir){
	plz1 = document.formjob.plz.selectedIndex;
    plz2 = document.formjob.plz.options[plz1].value;
	location = linkRedir+"&no_cache=1&plz="+plz2;
	}

function comanyImage(popurl){
/*
	winpops=window.open(popurl,"","width=618,height=600,toolbar,location,status,scrollbars,menubar,resizable");
	deactivated by Henrik 07011
*/
	winpops=window.open(popurl,"","location=no,resizable=yes,scrollbars=yes,width=640,height=630,left=100");
	}

function comanyAd(popurl){
	winpops=window.open(popurl,"","location=no,resizable=yes,scrollbars=yes,width=640,height=630,left=100");
	}

function popUp(URL) {
	day = new Date();
	id = day.getTime();
/*
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=630,left = 203,top = 84');");
	deactivated by Henrik 070111
*/
	eval("page" + id + " = window.open(URL, '" + id + "', 'location=no,resizable=yes,scrollbars=no,width=640,height=630,left=100');");
	}
