function neave(img_src){
document.getElementById('games').innerHTML ='<embed src="'+game[img_src]+'" name="Hakkapeliitat Games" width="'+width[img_src]+'" height="'+height[img_src]+'" quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" allowscriptaccess="always"></embed>'
}

function playgame(img_src){
document.getElementById('games').innerHTML ='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="400"><param name="movie" value="'+game[img_src]+'"><param name="quality" value="high"><embed src="'+game[img_src]+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed></object>'
}
