function openWin(src, parameters)
{
    return window.open(src.getAttribute('href'), src.getAttribute('target') || '_blank', parameters);
}



