function egbar_quest() {
msg=window.open("flash/egbar.html","OpenWindow","toolbar=no,width=900,height=540,directories=no,status=no,scrollbars=nos,resize=no,menubar=no");
}
function breakout() {
msg=window.open("games/breakoutgame.html",null, "height=457,width=466,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}
function sliding_puzzle() {
msg=window.open("games/slidingpuzzlegame.html",null, "height=350,width=319,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}
function lights_on() {
msg=window.open("games/lightsongame.html",null, "height=200,width=280,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}
function marble_iq() {
msg=window.open("games/solitairegame.html",null, "height=190,width=280,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}
function tailgunner() {
msg=window.open("games/tailgunnergame.html",null, "height=350,width=600,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}