function StartLyteboxDistancias(href, title, rel, rev) {
	var a = document.createElement("a");
	a.href = href;
	a.rel = "lyteframe";
	a.title = "Distâncias";
	a.rev = "width: 800px; height: 420px; scrolling: auto;";
	myLytebox.start( a, false, true);
}

function StartLyteboxMeteorologia(href, title, rel, rev) {
	var a = document.createElement("a");
	a.href = href;
	a.rel = "lyteframe";
	a.title = "Meteorologia";
	a.rev = "width: 780px; height: 520px; scrolling: auto;";
	myLytebox.start( a, false, true);
}

function StartLyteboxTerminais(href, title, rel, rev) {
	var a = document.createElement("a");
	a.href = "terminais.php";
	a.rel = "lyteframe";
	a.title = "Terminais";
	a.rev = "width: 690px; height: 510px; scrolling: auto;";
	myLytebox.start( a, false, true);
}

function StartLyteboxMapas(href, title, rel, rev) {
	var a = document.createElement("a");
	/*a.href = "http://www.daer.rs.gov.br/daer_maparodoviario.htm";*/
	a.href = "mapas.php";
	a.rel = "lyteframe";
	a.title = "Mapas";
	a.rev = "width: 780px; height: 520px; scrolling: auto;";
	myLytebox.start( a, false, true);
}

function StartLyteboxMapaCidade(href, title, rel, rev) {
	var a = document.createElement("a");
	a.href = href;
	a.rel = "lyteframe";
	a.title = title;
	a.rev = "width: 800px; height: 600px; scrolling: auto;";
	myLytebox.start( a, false, true);
}