function openURL(url, width, height)
{
  window.open(url,null, 'width='+width+',height='+height+'toolbar=0, location=0');
  return false;
}
