// JavaScript Document
function igra(igraID){
	var prozor = window.open("/games/igra"+igraID+".swf", "", "fullscreen,resizable");
	prozor.focus();
}
