/*function trocaarm( flag )
{
	document.getElementById("sopil").className = ( flag == 1 ? '' : 'hide' );
	document.getElementById("sohmm").className = ( flag == 2 ? '' : 'hide' );
	document.getElementById("soselect").className = 'hide';
	document.getElementById("imgpil").src = 'img/pil'+( flag == 1 ? '' : 'off' )+'.gif';
	document.getElementById("imghmm").src = 'img/hmm'+( flag == 2 ? '' : 'off' )+'.gif';
}*/


function displaymessage()
{
alert ("Prezado Cliente - Gentileza notar que o termo &uacute;nico dever&aacute; passar por pr&eacute;via an&aacute;lise da Uniocean, n&atilde;o podendo ser entregue no dia efetivo da libera&ccedil;&atilde;o.");
}

function devvazios()
{
	window.open('http://sistemas.uniocean.com.br/cargotk','devvazios');
}

function taxas()
{
	window.open('http://sistemas.uniocean.com.br/indicadoruniocean','taxas');
}

function abremapa()
{
	window.open('mapa.html','Mapa');
}

function SetCookie(name, value, expires)
{
	if( expires == null ) expires = 15*24*60*60;
	var today = new Date(), expire = new Date();
	expire.setTime( today.getTime() + ( expires * 1000 ) );
	document.cookie = name+'='+escape(value)+';expires='+expire.toGMTString();
}


