﻿function FillTheFrame(year,type){
    var frm = document.getElementById('ifrResultats');
    if(type==='g'){ frm.src='http://www.atletisme.cat/classificacions/clot/res'+year+'g.htm';}
    else if(type==='i'){ frm.src='http://www.atletisme.cat/classificacions/clot/res'+year+'i.htm';}
}
