/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

var getEls = document.getElementsByTagName("IFRAME");
	for (var i=0; i<getEls.length; i++) {
	getEls.item(i).style.width = getEls.item(i).nextSibling.offsetWidth;
	getEls.item(i).style.height = getEls.item(i).nextSibling.offsetHeight;
}