function showWindow(url, title, width, height)
{
  window.open(url,title,"dependent=yes,status=yes,toolbar=0,location=0,scrollbars=yes,resizable=yes,width="+width+",height="+height);
}

