function openPopup( url, width, height )
{
	var mywindow = window.open ( url,"popup","location=0,status=1,scrollbars=1,resizeble=no,width=" + width + ",height=" + height );
		
	//mywindow.moveTo( 0, 0 );

	return mywindow;
}

function trackMetric( uri )
{
    // $('#msg').hide();
    $('#dvskyminilog').show()
    if (showmsg == "0") {
        showmsg = 1;
    }
    var re = new RegExp("acomodacoes/photo/", "g");
    if (uri.search(re) > 0) {

        if (showmsg == "1") {
            
            
                $('#msg').show();
                showmsg = true;
            
        }

    } else {

        $('#msg').hide();
    }
   
	if( console && console.log ) {
	     
	    console.log("[METRICS] TAG: " + uri); 
	
	        
	    
	}
	
	pageTracker._trackPageview( uri );
}

function openTerms( url ) {
    
	if( console && console.log ) {
	  
		console.log( "[Terms] url: " + url );
	}
}
