// JavaScript Document

function command(){
	switch (command.arguments[0]) {
			case "inicio" :
				window.document.location.href= mainpage + "?lang=" + command.arguments[1];
			break;
	};
};
