// JavaScript Document
if (window.addEventListener) {
	window.addEventListener("load", test, false);
}
else if (window.attachEvent) window.attachEvent('onload', test);
else window.onload = test;
function test() {
	if (document.getElementById('ggl_')) {
		document.getElementById('ggl_').parentNode.height = 250;
		document.getElementById('ggl_').parentNode.width = 580;
		document.getElementById('ggl_').parentNode.style.overflow = 'hidden';
	}
//document.getElementById('testuitvoer').innerHTML = "hgte:";
}