function jjContact(){
	var jjAddress = "info@ecunderground.net";
	location.href = "mailto:" + jjAddress;
}

function ccLoadPage(){
var jjH = ((document.getElementById('MainContentTB').offsetHeight)-70);
document.images['ccRSzA'].height=jjH;
}
function ccResized(){
var jjCH = (Math.round((document.getElementById('MainContentTB').offsetHeight)-70)+1);
document.images['ccRSzA'].height=jjCH;
}
window.onresize=ccResized;
window.onload=ccLoadPage;
