function newWindow(mapfile,dimensions)
{
mapWindow = window.open(mapfile,'mapwin',dimensions)
}