
function openWindow(url, name, top, left, width, height)
{
  window.open (url, name, "directories=no, location=no, menubar=no, status=no, toolbar=no, top="+top+", left="+left+", width="+width+", height="+height+" ");

  return false;	
}


