function launchRemote(id, xx, yy, toolyn)
{
window.open(id, "_blank", "height=" + yy + ",width=" + xx + ",channelmode=no,dependent=yes,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=" + toolyn);
}