Code:
function openFlashClient(resolution, factionID)
{
try {
if (typeof(window.opener) == 'object' && window.opener.thisIsReal) {
window.opener.focus();
return;
}
} catch (e) {}
if(playerWantsOldClient) {
// open client in old-fashioned way...
var map = 'internalMap';
} else {
var map = 'internalMapRevolution';

doesn't work ;(






