function openWindow(url, width, height)
{
    window.open(url, '', 'width='+width+',height='+height+'');
}


