
function scrolldown()
	{
		$.scrollTo( "#content", {speed:3000} );
	}


function popup()
{

    var direccio = "http://www.tarotistas.com/webtolead/index.php";
    var amplada = 650;
    var altura = 600;
    var title = 'Contacto';
    
    var w=screen.width;
    var h=screen.height;
     w=(w/2)-(amplada/2);
     h=(h/2)-(altura/2);
    

    
    var opciones="left="+w+",top="+h+",width="+amplada+",height="+altura; 
    var mi_ventana = window.open(direccio,title,opciones);
}


function popup_soporte()
{

    var direccio = "http://www.tarotistas.com/soporte/index.php";
    var amplada = 650;
    var altura = 600;
    var title = 'Contacto';
    
    var w=screen.width;
    var h=screen.height;
     w=(w/2)-(amplada/2);
     h=(h/2)-(altura/2);
    

    
    var opciones="left="+w+",top="+h+",width="+amplada+",height="+altura; 
    var mi_ventana = window.open(direccio,title,opciones);
}

