// $Id: common.js 8 2009-06-11 09:26:52Z Ian.H $

function openWin(url) {
    window.open(url);
    return false;
}
