function open_window(url)
{
    service_window = window.open(url, 'regwindow','location=0,status=0,scrollbars=1,width=700,height=550');
    service_window.moveTo((screen.width-700)/2,(screen.height-550)/2);
}
