<!– Option 1 –>
<script>
// Resize iframe to full height
function resizeIframe(height) {
document.getElementById(‘booking_frame’).height = parseInt(height);
}
</script>
<iframe seamless id=’booking_frame’ src=’http://arrow003.mercuryweb.co.uk’ width=”100%” scrolling=”no” marginheight=”0″ frameborder=”0″></iframe>