﻿function fncslide(pos,h){
    $("#col2y3").animate({"height":h},'slow');
    $("#divslideCardio").animate({"left":pos},'slow');
};