// JavaScript Document
function launchSraTour() {
	window.open('/sra-tour/index.htm', 'sratour', 'fullscreen=0,directories=0,height=650,width=1000,location=0,menubar=0,resizable=0,status=0,toolbar=0');
	
}