function resizeMe(obj){
	docHeight = pilframe.document.body.scrollHeight
	obj.style.height = docHeight + 10 + 'px'
}
// onload="resizeMe(this)"



document.write('<iframe name="pilframe" onload="scrollTo(0,0)" height="900px" width="100%" border="0" src="http://www.depilonline.nl/start.php" frameBorder="no" allowTransparency></iframe>');
