function iFP_metarTaf_submit()
{
	var f=document.getElementById('iFP_Airport');
	var af=document.getElementById('iFP_Affiliate');
	if (f&&f.value.length)
		{this.document.location='http://www.iflightplanner.com/W/Wx/?ID=' + f.value.replace(/[\s]+/g,"%20") + '&MPA=' + af.value;}
	else
		{alert('Please enter an Airport/Facility Code (e.g. KDTW, LAX)');}
}
