function activateWindow(url)
{ 
	Shadowbox.open({
		type: 'iframe',
		content: "http://www.nmsuvirtualtour.org/"+url, 
		width: '785', 
		title: 'NMSU ADMISSIONS',
		height: '550' 
	});
		document.getElementById("livesearch").innerHTML="";  document.getElementById("livesearch").style.border="0px";
		document.getElementById("livesearch").style.visibility="hidden";
}
