//games.js

function go2game(frm) {
	var url = "http://www.tapchiviet.com/diendan/index.php?" + frm.gamename.value;
	var wnd = window.open(url, "PlayGame");
}

function go2jgame(frm) {
	var url = "http://www.tapchiviet.com/games/java/"+frm.jgamename.value+"/"+frm.jgamename.value+".html";
	var wnd = window.open(url, "PlayGame", " width=700,menubar=0,toolbar=0,resizable=1,scrollbars=1,status=1");
}


function show_gameImage(sel) {
	document.selgame_img.src = "http://www.tapchiviet.com/games/"+(sel.options[sel.selectedIndex]).name+"/"+(sel.options[sel.selectedIndex]).name+".jpg";
}

function show_jgameImage(sel) {
	document.seljgame_img.src = "http://www.tapchiviet.com/games/java/"+sel.value+"/"+sel.value+".jpg";
}
