function openGamepage(url,slug) {
	if( slug != '' ) {
		window.location =  url + '/game/' + slug + '.html';
	}
}
