var ids=new Array('family_support','family_support2','family_support3','govt_resources','govt_resources2','govt_resources3','govt_resources4','self_help','self_help2','self_help3','self_help4');
function openPage(inName, inLocation) {

		strLoc = new String(inLocation); {
			window.open("http://" + inLocation,inName);
			
		}	
	}
