// Copyright (C) 2006  hilsz.com <contact@hilsz.com>
// Display element with focus set: frame iframe popup
// DispFocus.js 1.0 2006/11/22 00:00:00 hilsz.com

// Display frame with focus
function di(frw,url){parent.frames[frw].focus();parent.frames[frw].location.href=url;return false}

