function bannerOverOut(b){
	document.getElementById('blinkline_banner').src = 'layout/bilder/'+((b) ? 'banner_blinkline_b.jpg' : 'banner_blinkline_a.jpg');
}
	
function openFlashPopup(movie, width, height){
	window.open(movie, 'FlashPopUp', 'width='+width+', height='+height);
}

function openInfofilmSonnenschutz(){
	window.open('http://www.sov.ch/video/movieD.html','movieD','width=495,height=330,status=no,scrollbars=no,locationbar=no,menubar=no,resizable=no')
}

function reloadCaptcha(id, typ){
	var obj = document.getElementById(id);
	obj.src = 'captcha.php?typ='+typ+'rand='+Math.random();
}

function emailencode(name) {
	var c = "59049:15552";
	var ac = c.split(":");
	var s = "";
	for(i=1;i<ac.length;++i){
		s += String.fromCharCode(Number(ac[i])/Math.sqrt(Number(ac[0])));
	}
	locationstring = 'mai' + 'lto:' + name + s + '%6B%6F%76%61%74%73%2E%63%68';
	window.location.replace(locationstring);
}

function emailencode2(name) {
	var c = "59049:15552";
	var ac = c.split(":");
	var s = "";
	for(i=1;i<ac.length;++i){
		s += String.fromCharCode(Number(ac[i])/Math.sqrt(Number(ac[0])));
	}
	locationstring = name + s + '&#107;&#111;&#118;&#97;&#116;&#115;&#46;&#99;&#104;';
	document.write(locationstring);
}

function openPanorama(){
	x = window.open('http://www.3dmotion.ch/php/display.inc.php?c=119&p=462','PopUp','scrollbars=no,menubar=no,menu=no,status=yes,statusbar=no,dependent=yes,top=0,left=0,width=720,height=470');
}