//
// The framework for common Javascript for the Aero Sport Web Site
//
function openwin(url){
 	 var winobj = 	window.open(url,"window","width=400,height=300,resizable,status","replace");
}
function newWindow(theLink)
{
var window1 = window.open(theLink, '','width=800,height=600,resizable,scrollbars');
}
//function openLegal()
//{
//var window1 = window.open('Legal.asp', 'Legal','width=350,height=460');
//}
