function getMailAddress(fullImagePath){
  var part1 = "welcome";
	var part2 = "cheeseandchocolate"
	return "<a class=\"mailToLink\" href=\"mailto:" + part1 + "@" + part2 + ".ch\"><img src=\"" + fullImagePath + "img/trans.gif\" class=\"mailToImg\"></a>";
}

function getFullMail(part1, part2){
  return "<a class=\"mailToLink\" href=\"mailto:" + part1 + "@" + part2 + "\">" + part1 + "@" + part2 + "</a>";
}

function SW_imageRest(a) {
	if (document.images[a]) {
		var i,x=document.images[a]; x.src=x.oSrc;
	}
}

function SW_image() {
var i,j=0,x,a=SW_image.arguments; for(i=0;i<(a.length-2);i+=3)
	if (document.images[a[i]]) {
		if(!document.images[a[i]].oSrc)
		document.images[a[i]].oSrc=document.images[a[i]].src;
		document.images[a[i]].src=eval(a[i+2]+".src");
	}
}

function popUpMovie(fullMoviePath){
   winVideo=window.open(fullMoviePath+"movies.php", "winVideo", "width=1100,height=700,left=25,top=25,resizable=no,scrollbars=no");
   winVideo.focus();
}

function popUpMovieSmall(fullMoviePath){
   winVideo2=window.open(fullMoviePath+"movies.php", "winVideo2", "width=550,height=420,left=25,top=25,resizable=no,scrollbars=no");
   winVideo2.focus();
}

function popUpMovieVimeo(fullMoviePath){
   winVideo=window.open(fullMoviePath+"movies2.php", "winVideo", "width=1100,height=700,left=25,top=25,resizable=no,scrollbars=no");
   winVideo.focus();
}
