/* vmappop.js RCD 24/02/2009 */

function vmappopup(file){
  winpops=window.open(file,"","width=615,height=500,top=0,left=0 scrollbars=no resizable=no")
}

