function loadPages(framid,weburl)
			  {
			    var province = document.getElementById(framid)
			    province.src=weburl;
}