function w(p1) { document.writeln(p1); } function openWin( url ) { newWin = window.open( url, '_blank', 'toolbar=no,width=250,height=500,location=no,status=no,scrolling=yes,resize=yes,menubar=no' ); if ( ( navigator.appName != "Microsoft Internet Explorer" ) && ( navigator.appVersion.substring( 0, 1 ) == "3" ) ) { newWin.focus(); } } function LinkConfirm( url, text ) { if( confirm( text )) if (navigator.appName == "Netscape") { location.replace( url ) } else { window.location.href = url } } function LinkConfirm2( url, text ) { if( confirm( text )) top.game.location.replace( url ) } function Sector( x, y ) { if ( x < 0 || y < 0 || x > 2 || y > 2 ) { alert( 'Invalid coordinate.' ); return; } document.sector.src='/images/cockpit/' + x + '_' + y + '.gif'; document.buy.x.value = x; document.buy.y.value = y; } function Increase( i ) { document.buy.elements[ i ].value++; if( document.buy.elements[ i ].value > 100 ) document.buy.elements[ i ].value = 100; } function Decrease( i ) { document.buy.elements[ i ].value--; if( document.buy.elements[ i ].value < 0 ) document.buy.elements[ i ].value = 0; } function SetChecked( val ) { dml=document.ArmList; len = dml.elements.length; var i=0; for( i=0 ; i= b ) { document.write( '84FF00 style=\"font-size:4px; color:#84FF00\">.' ); return; } document.write( '84ff00 width=' + a * 90 / b + ' style=\"font-size:4px; color:#84FF00\">..' ); } function SBarGraph( a, b, x ) { var c; var color; c = a * 100 / b; document.write( '
.
' ); return; } if ( a == b ) { if ( x == 1 ) color = '84ff00'; else color = 'ff0000'; document.write( color + ' style=\"font-size:4px; color:#' + color + '\">.' ); return; } if ( a > b ) { document.write( '000000>(overweight)' ); return; } if ( x == 1 ) { if ( c < 30 ) { if ( c < 15 ) color = 'ff0000'; else color = 'ffff00'; } else color = '84ff00'; } else { if ( c < 70 ) { if ( c < 85 ) color = '84ff00'; else color = 'ffff00'; } else color = 'ff0000'; } document.write( color + ' width=' + a * 50 / b + ' style=\"font-size:4px; color:#' + color + '\">..' ); } function BarGraph( a, b, x ) { var c; var color; c = a * 100 / b; document.write( '
.
' ); return; } if ( a == b ) { if ( x == 1 ) color = '84ff00'; else color = 'ff0000'; document.write( color + ' style=\"font-size:4px; color:#' + color + '\">.' ); return; } if ( a > b ) { document.write( '000000>(overweight)' ); return; } if ( x == 1 ) { if ( c < 30 ) { if ( c < 15 ) color = 'ff0000'; else color = 'ffff00'; } else color = '84ff00'; } else { if ( c < 70 ) { if ( c < 85 ) color = '84ff00'; else color = 'ffff00'; } else color = 'ff0000'; } document.write( color + ' width=' + a * 90 / b + ' style=\"font-size:4px; color:#' + color + '\">..' ); } function ShowGrid( wname, ttype, aors, wtype, laser, gps ) { if ( wtype == 0 ) { document.write( '

No selected weapon
' ); return; } if ( ( ttype == 0 && aors == 0 ) || ( ttype == 1 && aors == 1 ) ) { if ( laser == 1 ) document.write( '

' + wname + ' is ready
' ); else if ( laser == 0 ) document.write( '

No Laser Designator
' ); else if ( gps == 1 ) document.write( '

' + wname + ' is ready
' ); else if ( gps == 0 ) document.write( '

No GPS Satellite
' ); else document.write( '

' + wname + ' is ready
' ); } else { document.write( '

' + wname + ' cannot lock target
' ); } } function ShowMessage( type, content ) { if ( parent.news ) dm = parent.news.document; else dm = self.document; if ( type == 1 ) dm.write( '' ); dm.write( '' ); dm.write( content ); if ( type != 1 ) dm.write( '
' ); if ( parent.news ) { parent.news.scroll('999999999','999999999'); dm.bgColor='#000000'; dm.fgColor='#FFFFFF'; } } function ShowError( number ) { if ( parent.news ) dm = parent.news.document; else dm = self.document; dm.write( '' ); if ( number == 1 ) dm.write( 'Sorry! The page you were looking is for CHARACTERS on this Game Server.

You must create a character on this Game Server to play game.

Create a character now by clicking here.

Aleady have a character and still can not get in the game?

Go to User Lounge, and check out the when the scheduled reset for the server will be and read notice. And please remember a character who did not log on for 2 weeks (14 days) will be removed from game though he/she is on VACATION MODE.' ); else if ( number == 2 ) dm.write( 'Your plane is in the shelter or you were shot down.' ); if ( number == 3 ) dm.write( 'A system error has ocurred.
The server has received invalid data.
Please try again later.' ); else if ( number == 4 ) dm.write( 'You dont belong to a wing!!!
Click the Create/Join icon from the menu on the left and create your own wing, or join an existing wing.' ); else if ( number == 5 ) dm.write( 'The server has received invalid data.
Please try again.' ); else if ( number == 6 ) dm.write( 'Unable to find User(s)' ); else if ( number == 7 ) dm.write( 'They are not a member of your wing.' ); else if ( number == 8 ) dm.write( 'You can not appoint yourself or your wing. Please appoint other than yourself.' ); else if ( number == 9 ) dm.write( 'You have been denied access!!!' ); else if ( number == 10 ) dm.write( 'You already have purchased this Aircraft or Part. Please select something else.' ); else if ( number == 11 ) dm.write( 'The object you specified is no longer there or has already been removed or sold.' ); else if ( number == 12 ) dm.write( 'You are at your base now!!! You must take off first.' ); else if ( number == 14 ) dm.write( 'Fuel level too low!!! Refuel first.' ); else if ( number == 15 ) dm.write( 'You have lost contact with target.' ); else if ( number == 16 ) dm.write( 'The wing you are looking for does not exist!!!
Try again and be sure to use the correct name.' ); else if ( number == 17 ) dm.write( 'No Weapon Selected!!! Select a weapon to fire.' ); else if ( number == 18 ) dm.write( 'You are in the air now. You must land at your base first do that.' ); else if ( number == 19 ) dm.write( 'Engine Malfunction!!! Check engine(s) status.' ); else if ( number == 20 ) dm.write( 'You have no radar in your aircraft or your radar has malfunctioned.
Check your radar\'s status.' ); else if ( number == 21 ) dm.write( 'Check to see if your aircraft is overweight or being repaired.' ); else if ( number == 23 ) dm.write( 'You cannot excute this command while you are in vacation mode!!!
Please check when you placed your character on vacation mode.' ); else if ( number == 25 ) dm.write( 'Please select a new user name this one has been taken.' ); else if ( number == 26 ) dm.write( 'You have an account aleady!!! Only one USER per ACCOUNT.' ); else if ( number == 27 ) dm.write( 'You cannot choose this aircraft. Select a different aircraft.' ); else if ( number == 28 ) dm.write( 'A system error has ocurred. Please try again later.' ); else if ( number == 29 ) dm.write( 'Incorrect Password!!! Please Re-enter Password.' ); else if ( number == 30 ) dm.write( 'Not enough credit!!!' ); else if ( number == 31 ) dm.write( 'You are all fueled up!!! Good Luck Sir.' ); else if ( number == 32 ) dm.write( 'Fuel Tanker cannot penetrate Hostile Airspace. Rendezvous in Wing Airspace for mid-air.' ); else if ( number == 33 ) dm.write( 'You are not in hostile airspace!!!' ); else if ( number == 34 ) dm.write( 'The message you specify is not exist or removed.' ); else if ( number == 35 ) dm.write( 'You already have a wing!!!' ); else if ( number == 36 ) dm.write( 'Game system has reached capacity, no more wings can be created at this time.' ); else if ( number == 37 ) dm.write( 'This Wing is full.' ); else if ( number == 38 ) dm.write( 'You have exceeded the MAXIMUM take-off weight!!!
To take-off please have your mechanic do a weight and balance check.
Removal of heavier equipment or installing an engine with more thrust will improve performance.' ); else if ( number == 39 ) dm.write( 'No slot/hardpoint to equip.' ); else if ( number == 40 ) dm.write( 'You must be on the ground to removal INTERNAL components!!!' ); else if ( number == 41 ) dm.write( 'This is not a WEAPON!!!' ); else if ( number == 42 ) dm.write( 'Cannot install this component!!!' ); else if ( number == 43 ) dm.write( 'You do not have enough Training Points!!!' ); else if ( number == 44 ) dm.write( 'Please choose a skill!!!' ); else if ( number == 45 ) dm.write( 'You have reached MASTER skill level congratulations.' ); else if ( number == 46 ) dm.write( 'Sorry! You can not acquire anymore skills.' ); else if ( number == 47 ) dm.write( 'You are out of ammo!!!' ); else if ( number == 48 ) dm.write( 'You have no Ability Points!!!' ); else if ( number == 49 ) dm.write( 'No weapons LOCK!!! Select an appropriate weapon for the target acquired.' ); else if ( number == 50 ) dm.write( 'This is not your office!!! Please go to the Wing Office for more information.' ); else if ( number == 51 ) dm.write( 'Not enough wing credits to carry out the purchase order!!!' ); else if ( number == 52 ) dm.write( 'Your wing has no Fuel tanker!!!' ); else if ( number == 53 ) dm.write( 'After joining or creating a wing, you cannot leave it or de-commision that wing for at least 30 minutes.' ); else if ( number == 54 ) dm.write( 'The component is not damaged.' ); else if ( number == 55 ) dm.write( 'The Aircraft has been repaired sir. It is as good as new. 100%% Hit points are restored.' ); else if ( number == 56 ) dm.write( 'You are an Engineering Skill master No reapair time penalties.' ); else if ( number == 57 ) dm.write( 'This component can not be used on this aircraft.' ); else if ( number == 61 ) dm.write( 'The acquired target can not be locked with the selected weapon. Please select another weapon.' ); else if ( number == 62 ) dm.write( 'This weapon has no channel interface.' ); else if ( number == 63 ) dm.write( 'While flying, you cannot set channel on ECM.' ); else if ( number == 64 ) dm.write( 'You entered Invalid Email address or have no account registered at AREA00.' ); else if ( number == 65 ) dm.write( 'Your aircraft is under REPAIRS.
Please wait until mechanics are done hot shot!

While the mechanics repair the damage
please CLICK the AD BANNER.' ); else if ( number == 66 ) dm.write( 'Sorry! The game server has reached capacity we can not create new characters at this time.' ); else if ( number == 67 ) dm.write( 'This user will be unaffected by this.' ); else if ( number == 68 ) dm.write( 'The User has already been affected by this.' ); else if ( number == 69 ) dm.write( 'They are already appointed to this POST!!!
Please select a new candidate.' ); else if ( number == 70 ) dm.write( 'They are not a POW at this time.' ); else if ( number == 71 ) dm.write( 'You are ORDERED to RESIGN your command to an appropriate candidate.
Disciplinary action taken by Commander in Chief of AREA00.' ); else if ( number == 73 ) dm.write( 'Your aircraft can not re-fuel in mid-air.' ); else if ( number == 74 ) dm.write( 'You have been grounded by the Wing Medical Officer.
Stand down until you have rested.

While your medic checks you out please click the AD BANNERS.' ); else if ( number == 75 ) dm.write( 'Victim has no aircraft.' ); else if ( number == 76 ) dm.write( 'You are here aleady!!!' ); else if ( number == 77 ) dm.write( 'The Parts Storage Locker is full!!!
You must sell a component before purchasing a new one.' ); else if ( number == 78 ) dm.write( 'You are already scouting this area.' ); else if ( number == 79 ) dm.write( 'You have two aircraft now!!!
You cannot have more purchase anymore aircraft at this time.' ); else if ( number == 80 ) dm.write( 'Your ability reaches maximum.' ); else if ( number == 81 ) dm.write( 'Cannot view your wing\'s radar when you are out of your wing\'s airspace.' ); else if ( number == 82 ) dm.write( 'You cannot buy this.' ); else if ( number == 83 ) dm.write( 'You cannot buy any more defensive structures and install them in this sector.' ); else if ( number == 84 ) dm.write( 'You cannot build this building.' ); else if ( number == 85 ) dm.write( 'You cannot takeoff!!!
There is no operating runway in your defensive sector.
Your Commander can build a runway. so ask him to build it immediately or you are grounded until then.' ); else if ( number == 86 ) dm.write( 'You cannot buy.
There is no factory in sector you want.
Ask your CO to build a factory in your sector so you can purchase the ITEM you require.' ); else if ( number == 87 ) dm.write( 'There is no radar station in your sector (defensive postion).
Ask your Commander to build Radar Station as soon as possible. flying blind is no fun is it?' ); else if ( number == 88 ) dm.write( 'You have no authority to build or destroy a building here.
Your Commander can build or destroy buildings anywhere in the wing\'s area.
Other pilots can build buildings in there defensive position only. And destroy buildings if permission is granted by the Commander for your own defensive area only.' ); else if ( number == 89 ) dm.write( 'You are in hospital.
You have sustained serious injuries flyboy.
The Medical Officer of the wing has posted a recovery time.
Check the character link, the recovery time is posted there. next time be more careful.
While your doctor checks you out please click the AD BANNERS.' ); else if ( number == 90 ) dm.write( '
You are in a POW camp and the Hanoi Hilton had better plumbing.
Your wing may pay ransom to get you out of that rat infested hole. All you have to do is request it from your Financial Officer if he is not a TIGHT WAD!!!
Better hurry I think the wife and kids are starting to forget what you look like.
While you wait for your release please click the AD BANNERS.' ); else if ( number == 91 ) dm.write( 'There is no power plant in your defensive position.
Power plant supplies power for factory, radar station and oil refienery. Have your CO build a power plant as soon as possible. or you will be flying blind with no support.' ); else if ( number == 92 ) dm.write( 'That CALLSIGN is taken!!!
Be a little more creative next time.Please choose other callsign.' ); else if ( number == 93 ) dm.write( 'Sorry! Unable to find the forum you requested.' ); else if ( number == 94 ) dm.write( 'Teller says, I am sorry, Sir. You cannot use this function because you have not been flying long enough
Note: To get access players must have played for at least 24 hours.' ); else if ( number == 95 ) dm.write( 'Teller says, I\'m sorry, Sir. You cannot transfer credits to this pilots account becuase they have been on alert for 24 hours.
Note: To transfer credits a players must have played for at least 24 hours.' ); else if ( number == 96 ) dm.write( 'You have no admission or invitation.' ); else if ( number == 97 ) dm.write( 'Cannot find admission or invitation you request.' ); else if ( number == 98 ) dm.write( 'You are not admitted.' ); else if ( number == 99 ) dm.write( 'That WING NAME is taken!!!
Be a little more creative next time.
Please choose other wing name.' ); else if ( number == 100 ) dm.write( 'The wing on list you are looking for does not exist!!!
The wing maybe was destroyed.' ); else if ( number == 101 ) dm.write( 'Your wing has no surveillance satelite.' ); else if ( number == 102 ) dm.write( 'Keyhole has no target to focus on.
Your wing\'s Tactic Officer can move KeyHole.' ); else if ( number == 103 ) dm.write( 'Keyhole is moving now.' ); else if ( number == 104 ) dm.write( 'Your shelters are full.' ); else if ( number == 105 ) dm.write( 'You cannot fire weapon so rapidly.' ); else if ( number == 106 ) dm.write( 'Your target wing is protected now.
New wing is under protection from attack for 6 hours since its creation.' ); else if ( number == 107 ) dm.write( 'Your wing is protected now.
Also you cannot attack other wing.
New wing is under protection from attack for 6 hours since its creation.' ); else if ( number == 108 ) dm.write( 'You have too many alliance wing.' ); else if ( number == 109 ) dm.write( 'You are using this band for ECM aleady.
Try other band.' ); else if ( number == 110 ) dm.write( 'McCoy says,
I am sorry but this aircraft is out of stock.
How about other aircrafts?' ); else if ( number == 111 ) dm.write( 'This server do not allow new players now.' ); else if ( number == 113 ) dm.write( 'You can not appoint commander.' ); else if ( number == 114 ) dm.write( 'You are freezed by Staff. To be unfreeze, ask HelpDesk or wait for at the most 3 days. To check frozen time, click Pilot in the left menu and see your status.' ); else if ( number == 115 ) dm.write( 'Your credit reaches maximum.' ); else if ( number == 116 ) dm.write( 'His/her or wing\'s credit reaches maximum.' ); else if ( number == 117 ) dm.write( 'Pilots cannot have two aircraft of the same type.' ); else if ( number == 118 ) dm.write( 'You had played for 14 days. You are not a newbie anymore.' ); else if ( number == 119 ) dm.write( 'Your rank is too low to create wing.' ); else if ( number == 120 ) dm.write( 'You did not log enough sortie.' ); else if ( number == 121 ) dm.write( 'Ignore List is full.' ); else if ( number == 122 ) dm.write( 'Pilot you request is not found in Ignore List.' ); else if ( number == 123 ) dm.write( 'You cannot join, scout or set taxrate NEWBIE WING.' ); else if ( number == 124 ) dm.write( 'You cannot scout other wing becuase you are a member of NEWBIE SCHOOL wing.' ); else if ( number == 125 ) dm.write( 'You need more education and training. Be Senior Airman to graduate NEWBIE SCHOOL wing.' ); else if ( number == 126 ) dm.write( 'You cannot resign or abdicate your position. You are the very important person.' ); else if ( number == 127 ) dm.write( 'Your command is denied. You are an unauthorized person.' ); else if ( number == 128 ) dm.write( 'This staff looks so busy. Let him/her doing job.' ); else if ( number == 129 ) dm.write( 'You cannot fire weapon so rapidly.' ); else if ( number == 130 ) dm.write( 'You are aleady admitted.' ); else if ( number == 131 ) dm.write( 'You aleady graduated from NEWBIE WING SCHOOL.' ); else if ( number == 132 ) dm.write( 'This is ADMIN WING. Do dogfight freely but do not bombing.' ); dm.write( '
' ); if ( parent.news ) { parent.news.scroll('999999999','999999999'); dm.bgColor='#000000'; dm.fgColor='#FFFFFF'; } } function AlertRebooting( ) { alert( 'Game server will be reboot for its maintenance within 3 mins.\nYour aircraft will be landed automatically when reboot.' ); } function a00bar( ) { document.write(''); document.write(''); document.write('' ); document.write('' ); document.write('
'); document.write(''); document.write( 'Singapore Server with COCA-COLA Singapore' ); document.write('
'); } function a00ad( ) { Now = new Date( ); Random = Now.getTime( ) % 10000000; document.write( '' ); } function sa00ad ( ) { Now = new Date( ); choice = Now.getSeconds( ) % 10; document.write( 'Incredible-Adventures' ); } function exad( ) { document.write( '

AVIATION TOP 100 - www.avitop.comAvitop.com TGPLANES AVIATION DIRECTORY -- http://www.tgplanes.comVisit the Aviation-top50
' ); } function exad2( ) { document.write( '

AVIATION TOP 100 - www.avitop.comAvitop.com
TGPLANES AVIATION DIRECTORY -- http://www.tgplanes.com
Visit the Aviation-top50

' ); } function raptorbox( ) { document.write( '
\"Join
The Raptor
Check out our newsletter for the latest news, tips and more!
Text HTML

 Ēš Archive
 Ēš Submit News
 Ēš Editor Forum
' ); } function setFieldBlank ( ) { if ( document.newsletter.email.value == "your email" ) document.newsletter.email.value = ""; } function domesticad ( ) { Now = new Date( ); choice = Now.getSeconds( ) % 10; if ( choice == 1 || choice == 2 ) document.write( '' ); else if ( choice == 3 || choice == 4 || choice == 5 ) document.write( '' ); else if ( choice == 6 || choice == 7 || choice == 8 ) document.write( '' ); else if ( choice == 9 || choice == 10 || choice == 0 ) document.write( '' ); }