// Resize daft iframe to full height
function resizeIframe(height)
{
	document.getElementById('daftframe').height = parseInt(height)+60;
}
