function showCompetition(id, lang){
	
	var win=window.open("http://www1.paf.fi/tools/competition/casinopaf/index.php?id="+id+"&lang="+lang, "competition", "resizable=1,height=640,width=600,status=yes,toolbar=no,menubar=no,location=no");
	return false;
}