function clearAnimation(obj)
{
	
	document.getElementById(obj).innerHTML = "";		
}

function defaultAnimationKosar()
{
	document.getElementById('anim_kosar').innerHTML = '';
	document.getElementById('anim_kosar_keret').style.display = 'none';
	document.getElementById('anim_kosar_bezar').style.display = 'none';	
}


function createAnimation(animation,popwidth,popheight)
{
	var flash = new insertObject(animation);
	flash.setVariable('width',   popwidth);
	flash.setVariable('height',  popheight);
	flash.setVariable('bgcolor', '#ffffff');
	//flash.setVariable('wmode',   'transparent');
	flash.setVariable('quality', 'high');	
	clip = flash.display();
	return clip;	
}


function showAnimation_taska(tipus, item, size)
{	
	//Params
	var obj_keret = 'anim_kosar_keret';
	var obj = 'anim_kosar';
	var obj_bezar = 'anim_kosar_bezar';
	popwidth = 200;
	popheight = 200;
	animation = 'swf/taskat_dob.swf';			
	
	//Insert animation
	clip = createAnimation(animation,popwidth,popheight);
	
	//Move center obj_keret
	obj_move_center(obj_keret, popwidth, popheight);
	
	//Show obj_keret
	document.getElementById(obj_keret).style.display = "block";	
	
	//Berak kosar
	xhttprequest_args('suj_basket.php', 'func=add_item&item_id='+item+'&item_size='+size+'', 'kosar_content_div');
	
	//Add Animation to obj
	document.getElementById(obj).innerHTML = clip;			
	
	//Clear animation
	setTimeout("defaultAnimationKosar()", 1000);
	
	//Redirect basket
	setTimeout("window.location.href='kosar.php'",1001);	
}

function showAnimation_noi_polo(tipus, item, size)
{	
	//Params	
	var obj_keret = 'anim_kosar_keret';
	var obj = 'anim_kosar';
	var obj_bezar = 'anim_kosar_bezar';
	popwidth = 200;
	popheight = 200;
	animation_meretvalaszto = 'swf/valassz_meretet.swf?tid='+item+size;
	animation_polo_dob = 'swf/polot_dob.swf';	
	
	//Move center obj_keret
	obj_move_center(obj_keret, popwidth, popheight);	
	
	//Show obj_keret
	document.getElementById(obj_keret).style.display = "block";


	/* Polo dob animation */
	
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_polo_dob,popwidth,popheight);
		
		//Add animation_meretvalaszto to obj	
		document.getElementById(obj).innerHTML = clip;		
				
		//Clear animation
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);		
	
	/* Polo meretvalaszto animation */
		
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_meretvalaszto,popwidth,popheight);			
	
		//Show obj_bazar
		setTimeout("document.getElementById('"+obj_bezar+"').style.display = 'block'",600);
		
		//Clear obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);
		
		//Add animation_meretvalaszto to obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = clip",600);
}

function showAnimation_gyerek_polo(tipus, item, size)
{	
	//Params	
	var obj_keret = 'anim_kosar_keret';
	var obj = 'anim_kosar';
	var obj_bezar = 'anim_kosar_bezar';
	popwidth = 200;
	popheight = 200;
	animation_meretvalaszto = 'swf/valassz_meretet_gyerek.swf?tid='+item+size;
	animation_polo_dob = 'swf/polot_dob.swf';	
	
	//Move center obj_keret
	obj_move_center(obj_keret, popwidth, popheight);	
	
	//Show obj_keret
	document.getElementById(obj_keret).style.display = "block";


	/* Polo dob animation */
	
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_polo_dob,popwidth,popheight);
		
		//Add animation_meretvalaszto to obj	
		document.getElementById(obj).innerHTML = clip;		
				
		//Clear animation
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);		
	
	/* Polo meretvalaszto animation */
		
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_meretvalaszto,popwidth,popheight);			
	
		//Show obj_bazar
		setTimeout("document.getElementById('"+obj_bezar+"').style.display = 'block'",600);
		
		//Clear obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);
		
		//Add animation_meretvalaszto to obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = clip",600);
}

function showAnimation_polo(tipus, item, size)
{	
	//Params	
	var obj_keret = 'anim_kosar_keret';
	var obj = 'anim_kosar';
	var obj_bezar = 'anim_kosar_bezar';
	popwidth = 200;
	popheight = 200;
	animation_meretvalaszto = 'swf/valassz_meretet_polok.swf?tid='+item+size;
	animation_polo_dob = 'swf/polot_dob.swf';	
	
	//Move center obj_keret
	obj_move_center(obj_keret, popwidth, popheight);	
	
	//Show obj_keret
	document.getElementById(obj_keret).style.display = "block";


	/* Polo dob animation */
	
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_polo_dob,popwidth,popheight);
		
		//Add animation_meretvalaszto to obj	
		document.getElementById(obj).innerHTML = clip;		
				
		//Clear animation
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);		
	
	/* Polo meretvalaszto animation */
		
		//Insert animation_meretvalaszto 
		clip = createAnimation(animation_meretvalaszto,popwidth,popheight);			
	
		//Show obj_bazar
		setTimeout("document.getElementById('"+obj_bezar+"').style.display = 'block'",600);
		
		//Clear obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = ''",600);
		
		//Add animation_meretvalaszto to obj
		setTimeout("document.getElementById('"+obj+"').innerHTML = clip",600);
}