2010 06/20 21:34
    
    Category : カレン・システム
    Fx.frameReload = function(frame){
if(self != top && window.name.replace(/_.+$/,"") == "main"){
top.frames[frame + "_" + Vis.def].location.reload(true);
}
};
if(self != top && window.name.replace(/_.+$/,"") == "main"){
top.frames[frame + "_" + Vis.def].location.reload(true);
}
};