function printMap(m) {
    switch(m)
    {
    case "map":
        dojo.byId("agsMap").focus();
        break;
    case "sketch":
        dojo.byId("agsSketch").focus();
        break;
    }

    alert("Please print this page in Landscape to get the whole graphic as viewed on the screen.") 

    self.print();
}

