function SubMenu(ind) {
var i;

	for (i=1;i<=6;i++) 
	{
		if (i == ind)
			document.getElementById('SubMenu'+i).style.display='block';
		else
			document.getElementById('SubMenu'+i).style.display='none';
	}		

}

function ProcesoTransporte() {
	window.open('procesotransporte.asp','','dependent=yes,location=no ,width=820,height=420,menubar=0,resizable=0,scrollbars=yes,status=no,titlebar=no,toolbar=no');
}

function TarifaTransporte() {
	window.open('tarifatransporte.asp','','dependent=yes,location=no ,width=830,height=640,menubar=0,resizable=0,scrollbars=yes,status=no,titlebar=no,toolbar=no');
}

function ampliaImg(ruta)
{
window.open('/ampliaImg.asp?ruta=' + ruta,'','dependent=yes,location=no ,width=450,height=450,menubar=0,resizable=0,scrollbars=no,status=no,titlebar=no,toolbar=no');
}

function ampliaImg600(ruta)
{
window.open('/ampliaImg.asp?ruta=' + ruta,'','dependent=yes,location=no ,width=600,height=450,menubar=0,resizable=0,scrollbars=no,status=no,titlebar=no,toolbar=no');
}
