function openOMWin(url,width,height){
var winName = "OMWin"+ width + height ;
window.open(url,winName,'height='+height+',width='+width+',scrollbars=no,resizable=no,toolbar=no,status=no');

}
function openOMWinScroll(url,width,height){
var winName = "OMWin"+ width + height ;
window.open(url,winName,'height='+height+',width='+width+',scrollbars=yes,resizable=no,toolbar=no,status=no');

}

function getDirection(mapInd,w) {

 if ( mapInd==1) {
    
    document.forms[w].submit();
  
 }


}