/*
*	Willian Santos.
*/
function AbrirContato( url, nome )
{
   window.open( url, nome, 'width=362,height=315,titlebar=yes,top=200,left=290,scrollbars=no' );
}
function AbrirMapa( url, nome )
{
   window.open( url, nome, 'width=767,height=413,titlebar=yes,top=110,left=118,scrollbars=no' );
}
function AbrirMedidor( url, nome )
{
   window.open( url, nome, 'width=180,height=390,titlebar=yes,top=170,left=280,scrollbars=no' );
}
function AbrirIP( url, nome )
{
   window.open( url, nome, 'width=170,height=50,titlebar=yes,top=300,left=300,scrollbars=no' );
}


