
function MMFilterWindow(){	

}
MMFilterWindow.prototype = new MMToolWindow(false, 400,200, true);


/**
 * displays the Window with current route properties
 */
MMFilterWindow.prototype.show = function(directionObject){

	
	$("MMFilterWindow").src = MMRegistry.urlPortal +"mapfilter.php";

	this.showWindow();
}


MMFilterWindow.prototype.initializeContent = function(content){
	content.style.fontFamily = "arial, sans-serif";
	content.style.fontSize = "11px";	
	content.innerHTML = '<iframe id="MMFilterWindow" width="100%" height="90%" frameborder="0" src="" scrolling="no"></iframe>';
}

MMFilterWindow.prototype.initializeButtons = function(buttons){

}		

MMFilterWindow.prototype.onSubmitMetaButton = function(){	

}

