var strContent = new String("");

function popUp( strURL ) {
  window.open( strURL, 'newWin', 'height=710,width=640,location=no,menubar=0,status=0,toolbar=0,resizeable=0,scrollable=no');
}

