ulm_template = true;


set_page_height();

function set_page_height()
{

	toph = document.getElementById("divtop").offsetHeight;
	bottomh = document.getElementById("divbottom").offsetHeight;

	if (window.innerHeight)
		centerh = window.innerHeight-(toph+bottomh);
	else
		centerh = document.documentElement.offsetHeight-(toph+bottomh);
		
	
	document.getElementById("divcenter").style.height=centerh-5+"px";

}

function test_for_ie()
{
	if (!window.showHelp)
		alert('The Visual design pad is accessible with Internet Explorer 6.0 & up\r\n\r\n(Menus produced by the visual tool are full cross browser.)')
}