function open_window(address, x, y)
{
window.open(address,"popup","width=" + x + ",height=" + y + ",resizable=no,scrollbars=auto,toolbar=no");
}
