/*
.........................
:: Javascript a medida. ::
.........................
*/


function hideShow( a,b ) {
	$(a).hide();
	$(b).show();
	
}
function Popup(content, width, height){
    Shadowbox.open({
        content:    content,
        player:		'iframe',
        title:		'abertis',        
        height:		height,
        width:		width
    });
}
