function gameone(){
gameonex = new Window({className: "alphacube", title: "Sudoku", width:200, height:250, destroyOnClose: true, recenterAuto:false}); 
gameonex.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='200' height='250' frameborder='0' src='http://www.labpixies.com/campaigns/sudoku/sudoku.html'> </iframe>"); 
gameonex.show();
}

function gametwo(){
gameonex = new Window({className: "alphacube", title: "Defender", width:275, height:295, destroyOnClose: true, recenterAuto:false}); 
gameonex.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='275' height='295' frameborder='0' src='http://cdn.labpixies.com/campaigns/defender/defender.html'> </iframe>"); 
gameonex.show();
}

function gamethree(){
gamethrx = new Window({className: "alphacube", title: "Puzzle", width:252, height:280, destroyOnClose: true, recenterAuto:false}); 
gamethrx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='252' height='280' frameborder='0' src='http://cdn.labpixies.com/campaigns/puzzle/puzzle.html'> </iframe>"); 
gamethrx.show();
}

function gamefour(){
gameforx = new Window({className: "alphacube", title: "Backgammon", width:290, height:275, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='290' height='275' frameborder='0' src='http://cdn.labpixies.com/campaigns/backgammon/backgammon.html'> </iframe>"); 
gameforx.show();
}

function gamefive(){
gameforx = new Window({className: "alphacube", title: "Video Poker", width:290, height:245, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='290' height='245' frameborder='0' src='http://cdn.labpixies.com/campaigns/videopoker/videopoker.html'> </iframe>"); 
gameforx.show();
}

function gamesix(){
gameforx = new Window({className: "alphacube", title: "BlackJack", width:300, height:260, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='300' height='260' frameborder='0' src='http://cdn.labpixies.com/campaigns/blackjack/blackjack.html'> </iframe>"); 
gameforx.show();
}

function gameseven(){
gameforx = new Window({className: "alphacube", title: "Invaders", width:270, height:290, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='270' height='290' frameborder='0' src='http://cdn.labpixies.com/campaigns/invaders/invaders.html'> </iframe>"); 
gameforx.show();
}

function gameegt(){
gameforx = new Window({className: "alphacube", title: "Dots", width:270, height:305, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='270' height='305' frameborder='0' src='http://cdn.labpixies.com/campaigns/dots/dots.html'> </iframe>"); 
gameforx.show();
}

function gamenine(){
gameforx = new Window({className: "alphacube", title: "Memory", width:280, height:274, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='280' height='274' frameborder='0' src='http://cdn.labpixies.com/campaigns/memory_game/memory_game.html'> </iframe>"); 
gameforx.show();
}

function gameten(){
gameforx = new Window({className: "alphacube", title: "Cinco", width:230, height:270, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='230' height='270' frameborder='0' src='http://cdn.labpixies.com/campaigns/cinco/cinco.html'> </iframe>"); 
gameforx.show();
}

function gameele(){
gameforx = new Window({className: "alphacube", title: "Trio", width:272, height:285, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='272' height='285' frameborder='0' src='http://cdn.labpixies.com/campaigns/trio/trio.html'> </iframe>"); 
gameforx.show();
}

function gametv(){
gameforx = new Window({className: "alphacube", title: "Slot Machine", width:240, height:300, destroyOnClose: true, recenterAuto:false}); 
gameforx.getContent().update("<iframe allowTransparency='true' align='middle' scrolling='no' width='240' height='300' frameborder='0' src='http://cdn.labpixies.com/campaigns/slotmachine/slot_machine.html'> </iframe>"); 
gameforx.show();
}


function change(el,f){
        divel=document.getElementById(["mnu"]+el);
        if(f==0){
        for(i=1;i<5;i++){
                if(i==el){
                        newload=document.getElementById(["aload"]);
                        newload.style.display='none';
                        divel.style.display='';
                }else{

                        newdiv=document.getElementById(["mnu"]+i);
                        newdiv.style.display='none';
                }
        }
        }


}

