window.onload=function() {
	inlineLinks();	
	if( (document.getElementById('submenu').offsetHeight+200)>document.getElementById('breadcrumbs').offsetTop ){
		document.getElementById('right').style.minHeight=(document.getElementById('submenu').offsetHeight+10)+'px';
	}
	
}