function popItUp(url, width, height){
  window.open (url, "mywindow","menubar=1,resizable=1,width="+width+",height="+height+""); 
}