function openWindow(url,width,height)
{
  window.open(url, '','width=400, height=1200, left=1, top=1, scrollbars=1');
}
