function calcHeight() 
{ 
	if (document.body.scrollWidth) {
						top.document.getElementById('iframe').style.height=100;
		top.document.getElementById('iframe').style.height=document.body.scrollHeight;

	}
	else {
						top.document.getElementById('iframe').style.height=100;
		top.document.getElementById('iframe').style.height=document.body.scrollHeight;

	}
}

function HeightAdjust(amount) 
{ 
	if (document.body.scrollWidth) {
				top.document.getElementById('iframe').style.height=100;
		top.document.getElementById('iframe').style.height=document.body.scrollHeight;

	}
	else {
				top.document.getElementById('iframe').style.height=100;
		top.document.getElementById('iframe').style.height=document.body.offsetHeight;

	}
}




function calcHeight2() 
{ 
	if (document.body.scrollWidth) {
		top.document.getElementById('iframe').style.height=document.body.scrollHeight;

	}
	else {
		top.document.getElementById('iframe').style.height=document.body.offsetHeight;

	}
}
function calcTopHeight() 
{ 
	if (document.body.scrollWidth) {
		top.document.getElementById('iframe').style.height=document.body.scrollHeight;

	}
	else {
		top.document.getElementById('iframe').style.height=document.body.offsetHeight;

	}

}
