function ChangeJeux(valeur)
{
	var width  = 560; var height = 440; if(valeur == 'lightbot') height = 380; if(valeur == 'ElementTD') height = 388; newheight = height;	
	flash ="<embed src='jflash/"+ valeur +".swf' width='"+ width +"' height='"+ height +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' allownetworking='internal'></embed>";
	get_ts_pu(flash, null, newheight);
}

