
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() {
	// h=document.body.scrollHeight;
	h=document.body.offsetHeight;
	parent.resizeIframe(h);
}
function resizeIframe(h) {
    document.getElementById("iframe").height=parseInt(h);
}
function mail() {
	document.write('E-Mail: <a href="mailto:office@pilgram'+'-apartments-wien.at">office@pilgram'+'-apartments-wien.at</a>');
}

