Your IP : 216.73.216.240


Current Path : /home/s/u/n/sunflowe/www2/j30/media/com_wrapper/js/
Upload File :
Current File : /home/s/u/n/sunflowe/www2/j30/media/com_wrapper/js/iframe-height.js

function iFrameHeight()
{
	var h = 0;
	if (!document.all)
	{
		h = document.getElementById('blockrandom').height;
		document.getElementById('blockrandom').style.height = parseInt(h) + 60 + 'px';
	} else if (document.all)
	{
		h = document.frames('blockrandom').document.body.scrollHeight;
		document.all.blockrandom.style.height = parseInt(h) + 20 + 'px';
	}
}