
KMenu.prototype = new KPage;
KMenu.prototype.constructor = KMenu;

function KMenu(dataHandlerURL) {
	KPage.call(this, null, dataHandlerURL);
}

