function open_editor(theURL) 
{
  editor = window.open(theURL, "editor","top=50,left=100,resizable=yes,width=1000,height=600,scrollbars=no,menubar=no");
}
