
function res_me(n) {
d=10;
ifObj=document.getElementsByName(n)[0];
p=(document.all)?'scroll':'offset';
eval("ifObj.style.height=window.frames[n].document.getElementsByTagName('body')[0]."+p+"Height+"+d);
}

//function res_fr(f) {
//	f.style.height=f.contentWindow.document.body.scrollHeight+"px";
//}

function res_fr() {
	if	(document.getElementById && !(document.all)) {
		h=document.getElementById('iframe').contentDocument.body.scrollHeight;
		document.getElementById('iframe').style.height = h;
	} else if(document.all) {
		h=document.frames('iframe').document.body.scrollHeight;
		document.all.iframe.style.height = h;
	}
}

function mail() {
	document.write('E-Mail: <a href="mailto:office@pilgram'+'-apartments-wien.at">office@pilgram'+'-apartments-wien.at</a>');
}
