
function multimap(strURL) {
	
	window.open(strURL, "dojomap") ;
}

function link(strURL) {
  
  var strReplace = "./link.html?"+escape(strURL) ;
	
  window.location.replace(strReplace) ;
  
  //window.open("./link.html?"+escape(strURL), "_new") ;
}
