function map3()
{
  WindowOpen = window.open("/window/calender.html","","Width=165,Height=230") ;
}

var html;
var width;
var height;
function findWin(html,width,height)
{
    subWin = window.open(html,"find","width="+width+",height="+height+",scrollbars=1,toolbar=yes,menubar=yes,location=0,directories=0,status=0,resizable=yes,")
}
