
function open_window(url,width,height)
{
window.open(url,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=" + width +", height=" + height)
}
function open_mazemagic()
{
window.open("http://202.9.101.123:8080/games/mazemagic/mazemagic.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=700, height=420")
}

function open_bugshooter()
{
window.open("http://202.9.101.123:8080/games/bugshooter/bugshooter.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=500, height=650")
}

function open_bushfire()
{
window.open("http://202.9.101.123:8080/games/bushfire/bushfire.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=400")
}

function open_harvest()
{
window.open("http://202.9.101.123:8080/games/harvestseasons/harvestseasons.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=700, height=600")
}

function open_herbalpotionz()
{
window.open("http://202.9.101.123:8080/games/herbalpotionz/herbalpotionz.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=700, height=500")
}

function open_monster()
{
window.open("http://202.9.101.123:8080/games/monsterwhamster/monsterwhamster.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=700, height=400")
}
function open_herbhunter()
{
window.open("http://202.9.101.123:8080/games/herbhunter/herbhunter.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=640, height=452")
}


