// JavaScript Document

	
function xclose()
  {
 document.getElementById("ncr").style.visibility="hidden"
 

  }


function ncr(value)
  {
 document.getElementById("ncr").style.visibility="visible";
 document.getElementById("framer").src = "tab.asp?region_id=" + value;
  

   
 
  }
  
  
 
  
  


