//Javascripts for Aiken Aviation

//Opens pop-up windows
function show_it(theURL,winName,features)
	{
		window.open(theURL,winName,features)
	}	

