﻿window.onload = function(){
    if(idref){
        $(idref).className = 'selected';
    }

}
