document.domain = "teleflex.com"

function resetIframe() {
	var iframe = document.getElementById( 'resizeIframe' );
	iframe.setAttribute( 'height', '1px' );
}

function updateIFrame( height ) {
	//alert( 'Updating IFrame height to '+height );
	var iframe = document.getElementById( 'resizeIframe' );
	iframe.setAttribute( 'height', height );
}