';
document.getElementById('output').style.padding = '5px';
document.getElementById('output').style.height = '50px';
document.getElementById('output').style.width = '700px';
}
}
function ddSChange(new_width)
{
ratio = 350/600;
document.getElementById('gamebox').style.width = new_width+'px';
document.getElementById('gamebox').style.height = Math.round(new_width*ratio)+'px';
width = new_width;
generateScript();
}
function ddLChange(sender)
{
lang = sender.value;
generateScript();
}
Create Game Napping
Game Napping allows you to add games to your webpage, blog, myspace page, etc. Select the language, choose the size of the game and then add the BLUE code to your webpage. Have fun!