function startchat(model_id, hostname) 
{
    var wnd = window.open();
    wnd.location.href = 'http://mysecurewallet.nl/islive/?flash=1&m=' + model_id + '&p=10573&pi=' + hostname;
    wnd.focus();
}
