

function resizeDiv() {
	var height = document.getElementById('core');
	var x = height.offsetHeight;

	var object = document.getElementById('left_shadow');
	object.style.height = x + 'px';
	
	var object = document.getElementById('right_shadow');
	object.style.height = x + 'px';
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

