﻿function openWindow(url) 
{
    window.open(url, 'popup', 'width=600,height=550,scrollbars=yes,resizable=yes');
}

