/*function changeSize(){

if(!document.layers){

	set_LayerHeight(getref('content'), get_screenHeight() - ((document.all) ? 80 : 105));
	set_LayerHeight(getref('contentback'), get_screenHeight() - ((document.all) ? 80 : 105));
	if(getref('framer')){
		//set_LayerHeight(getref('framer'), get_screenHeight() - ((document.all) ? 182 : 195));
	}
	//set_LayerHeight(getref('menueItem0'), get_screenHeight() - ((document.all) ? 124 : 158));
	//set_LayerWidth(getref('logoline'), get_screenWidth() - ((document.all) ? 3 : 3));
}

}

if (document.all && !window.opera){

	document.write('<STYLE TYPE="text/css">body{overflow: auto}</STYLE>');

}

document.write('<STYLE TYPE="text/css">div.content {overflow:auto;} div.menueItem {overflow:auto;}</STYLE>');*/