



function viewInfo(infoType){
	if (infoType == 'SpeedTest'){
		smallwin1 = window.open("test_speed_popout.htm", "small1", "scrollbars,width=550,height=600");
		smallwin1.focus;
	} else if (infoType == 'ServiceTest'){
		smallwin2 = window.open("test_service_popout.htm", "small2", "scrollbars,width=550,height=600");		
		smallwin2.focus;
	} else if (infoType == 'QualityTest'){
		smallwin3 = window.open("test_quality_popout.htm", "small3", "scrollbars,width=550,height=500");		
		smallwin3.focus;
	}
} 