/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script 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.getElementById('menu_ul_top').getElementsByTagName("IFRAME");	
	for (var i=0; i<getEls.length; i++){
	getEls.item(i).style.width = 168;
	getEls.item(i).style.height = getEls.item(i).nextSibling.offsetHeight;
}
