/*
$Id: funct.js 11469 2005-11-25 14:09:01Z lewmic1 $
*/
function showhelp(id) {
	prWindow = open('../help/FIVhelp_index.htm', 'help', 'left=10,top=10,width=420,height=400,toolbar=1,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

function showinfo(id) {
	prWindow = open('../home/websiteinfo.html', 'info', 'left=10,top=10,width=420,height=400,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

function showFind1(id) {
	prWindow = open('../frames/aerodrome_list.jsp?status=1&alpha=a', 'findAerodrome', 'left=10,top=10,width=420,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

function showFind2(id) {
	prWindow = open('../frames/aerodrome_list.jsp?status=2&alpha=a', 'findAerodrome', 'left=10,top=10,width=420,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

function showFind3(id) {
	prWindow = open('../frames/aerodrome_list.jsp?status=3&alpha=a', 'findAerodrome', 'left=300,top=10,width=420,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

function showFind4(id) {
	prWindow = open('../frames/aerodrome_list.jsp?status=4&alpha=a', 'findAerodrome', 'left=300,top=10,width=420,height=550,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1');
    prWindow.focus();
	return 0;
}

