﻿/***
O2 blueroom v4 scripts
BATAK
www.aislondon.com (2008)

:: Last update: MB 6/11/2008

***/

var flashvars = {};
var params = {
    wmode: "transparent" // Enables navigation bar to remain visable above
};
var attributes = {};

swfobject.embedSWF(rewriteUrlFix + "/Flash/batakLanding.swf", "flash-intro-insert", "913", "407", "9.0.0", "expressInstall.swf", flashvars, params, attributes);


function openWindow() {
   	winName = "batakgame";
   	winOpts = "width=" + screen.width + ",height=" + screen.height + ",left=0,top=0,toolbar=0,directories=0,status=0,channelmode=1, location=0,menubar=0,resizable=1,scrollbars=0";
   	window.open(rewriteUrlFix + "Game/Challenger/Default.htm", winName, winOpts);
   }