// CSUPAJÁTÉK 2011-03-16

// TranszBox kiegészítés
$(document).ready(function transzBoxVezerlo(e)	{
	var szelesseg = document.getElementById("navMain_ul").offsetWidth - 10;
	var bal_eltolas = 950 - 10 - szelesseg;
	document.getElementById("transzBox_flex").style.width = szelesseg + "px";
	document.getElementById("transzBox").style.left = bal_eltolas + "px";
});
// Animációs reklám
$(document).ready(function(){
	$("#animBannerBox > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
// Üres kategória leírások elrejtése
/*$(document).ready(function(){
	var obj_iPLCD = document.getElementById("indexProductListCatDescription");
	if (obj_iPLCD != null)	{
		if (obj_iPLCD.innerHTML == "" || obj_iPLCD.innerHTML == "&nbsp;")	{
			obj_iPLCD.style.display = "none";
		}
	}
	var obj_cD = document.getElementById("categoryDescription");
	if (obj_cD != null)	{
		if (obj_cD.innerHTML == "" || obj_cD.innerHTML == "&nbsp;")	{
			obj_cD.style.display = "none";
		}
	}
});*/
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// SoundManager Setup
var winLoc = window.location.toString();
if (winLoc.match(/flash9/i))	{
	soundManager.flashVersion = 9;
	if (winLoc.match(/highperformance/i))	{
		soundManager.useHighPerformance = true;
		soundManager.useFastPolling = true;
	}
} else if (winLoc.match(/flash8/i))	{
  soundManager.flashVersion = 8;
}
soundManager.debugMode = false;
soundManager.debugFlash = false;
soundManager.url = 'includes/templates/CSUPAJATEK_TMP/swf/';
soundManager.useFlashBlock = false;
soundManager.defaultOptions.volume = 50;
//soundManager.useHTML5Audio = true;

