/* copyright Tomas Young 2009 */

if(screen.width >= 1400) {  // 1600x200, 1400x1050
    document.write('<div style="position:absolute; left:50px; top:100px;"> \
                    <img src="falling-egg-game/vine background.gif" border="0" width=400 height=780 onclick="game_pick(0)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:130px;"> \
                    <img name="choice0-i" src="blank.gif" border="0" width=120 height=120 onclick="game_pick(0)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:300px;"> \
                    <img name="choice1-i" src="blank.gif" border="0" width=120 height=120 onclick="game_pick(1)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:470px;"> \
                    <img name="choice2-i" src="blank.gif" border="0" width=120 height=120 onclick="game_pick(2)"> \
                    </div>');
    document.write('<div id="egg-st" style="position:absolute; left:200px; top:0px;"> \
                    <img name="egg-i" src="blank.gif" border="0" width=100 height=100"> \
                    </div>');
    document.write('<div id="bird-st" style="position:absolute; left:200px; top:0px;"> \
                    <img name="bird-i" src="blank.gif" border="0" width=70 height=70"> \
                    </div>');
    document.write('<div style="position:absolute; left:60px; top:790px;"> \
                    <img name="bird2-i" src="blank.gif" border="0" width=212 height=65"> \
                    </div>');
    document.write('<div style="position:absolute; left:120px; top:300px;"> \
                    <img name="level-i" src="blank.gif" border="0" width=240 height=140"> \
                    </div>');
    document.write('<div style="position:absolute; left:490px; top:650px;"> \
                    <img name="level-small-i" src="blank.gif" border="0" width=140 height=40"> \
                    </div>');
    document.write('<div style="position:absolute; left:490px; top:720px;"> \
                    <img src="falling-egg-game/smile face.gif" border="0" width=55 height=55"> \
                    </div>');
    document.write('<div style="position:absolute; left:550px; top:720px;"> \
                    <img name="ss0-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:565px; top:720px;"> \
                    <img name="ss1-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:580px; top:720px;"> \
                    <img name="ss2-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:595px; top:720px;"> \
                    <img name="ss3-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:490px; top:780px;"> \
                    <img src="falling-egg-game/frown face.gif" border="0" width=55 height=55"> \
                    </div>');
    document.write('<div style="position:absolute; left:550px; top:780px;"> \
                    <img name="ds0-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:565px; top:780px;"> \
                    <img name="ds1-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:580px; top:780px;"> \
                    <img name="ds2-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
    document.write('<div style="position:absolute; left:595px; top:780px;"> \
                    <img name="ds3-i" src="blank.gif" border="0" width=15 height=50"> \
                    </div>');
}
else {  // 1280x1024, 1024x768, 800x600, 640x480
    document.write('<div style="position:absolute; left:50px; top:70px;"> \
                    <img src="falling-egg-game/vine background.gif" border="0" width=400 height=500 onclick="game_pick(0)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:100px;"> \
                    <img name="choice0-i" src="blank.gif" border="0" width=80 height=80 onclick="game_pick(0)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:200px;"> \
                    <img name="choice1-i" src="blank.gif" border="0" width=80 height=80 onclick="game_pick(1)"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:300px;"> \
                    <img name="choice2-i" src="blank.gif" border="0" width=80 height=80 onclick="game_pick(2)"> \
                    </div>');
    document.write('<div id="egg-st" style="position:absolute; left:200px; top:0px;"> \
                    <img name="egg-i" src="blank.gif" border="0" width=70 height=70"> \
                    </div>');
    document.write('<div id="bird-st" style="position:absolute; left:200px; top:0px;"> \
                    <img name="bird-i" src="blank.gif" border="0" width=40 height=40"> \
                    </div>');
    document.write('<div style="position:absolute; left:120px; top:510px;"> \
                    <img name="bird2-i" src="blank.gif" border="0" width=130 height=40"> \
                    </div>');
    document.write('<div style="position:absolute; left:135px; top:200px;"> \
                    <img name="level-i" src="blank.gif" border="0" width=200 height=80"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:400px;"> \
                    <img name="level-small-i" src="blank.gif" border="0" width=100 height=30"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:450px;"> \
                    <img src="falling-egg-game/smile face.gif" border="0" width=40 height=40"> \
                    </div>');
    document.write('<div style="position:absolute; left:550px; top:450px;"> \
                    <img name="ss0-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:565px; top:450px;"> \
                    <img name="ss1-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:580px; top:450px;"> \
                    <img name="ss2-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:595px; top:450px;"> \
                    <img name="ss3-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:500px; top:515px;"> \
                    <img src="falling-egg-game/frown face.gif" border="0" width=40 height=40"> \
                    </div>');
    document.write('<div style="position:absolute; left:550px; top:515px;"> \
                    <img name="ds0-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:565px; top:515px;"> \
                    <img name="ds1-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:580px; top:515px;"> \
                    <img name="ds2-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
    document.write('<div style="position:absolute; left:595px; top:515px;"> \
                    <img name="ds3-i" src="blank.gif" border="0" width=15 height=35"> \
                    </div>');
}

