/*  $Id$ 
 */

function onDealBarclays() {
    var w = window.open("trade.html", "tradewindow", "width=400,height=300,toolbar=0");
    if (w) {
	w.focus();
    }
    return false;
}

