function toggleAdvancedSearch(){
	if(document.getElementById("advanced_search").value == "false"){
		document.getElementById("advanced_search").value = "true";
		if(window.opera){
			$("table.stab tr.advanced-search").css("display", "table-row");
		}
		else if(document.all){
			$("table.stab tr.advanced-search").css("display", "inline");
		}
		else $("table.stab tr.advanced-search").css("display", "table-row");
	}
	else{
		document.getElementById("advanced_search").value = "false";
		$("table.stab tr.advanced-search").css("display", "none");
	}
}

function controlTsrBody(tsrBodyDivId,status){
	var body="";
	var bodyClose="";
	var bodyOpen="";
	if(document.getElementById){
		body=document.getElementById(tsrBodyDivId);
		bodyOpen=document.getElementById(tsrBodyDivId+"_open_ctrl");
		bodyClose=document.getElementById(tsrBodyDivId+"_close_ctrl");
	}
	else if(document.all){
		body=document.all[tsrBodyDivId];
		bodyOpen=document.all[tsrBodyDivId+"_open_ctrl"];
		bodyClose=document.all[tsrBodyDivId+"_close_ctrl"];
	}
	if(body==null||bodyOpen==null||bodyClose==null){
		return;
	}
	if(body.style.display != "block"){
		body.style.display="block";
		bodyClose.style.display="none";
		bodyOpen.style.display="block";
	}
	else{
		body.style.display="none";
		bodyClose.style.display="block";
		bodyOpen.style.display="none";
	}
}

window.onload = function(){
	if(location.pathname.indexOf("product/samsung-omnia-sgh-i900-8gb-cz-409") == 1){ location.pathname = "/product/samsung-i900-omnia-8-gb-cz-409/"; }
	if(location.pathname.indexOf("product/htc-t3232-jade-touch-3g-blue-3ghsdpa-gps-591") == 1){ location.pathname = "/product/htc-t3232-jade-touch-3g-blue-en-591/"; }
	if(location.pathname.indexOf("product/htc-touch-hd-3ghsdpa-gps-en-510") == 1){ location.pathname = "/product/htc-t8282-touch-hd-blackstone-en-510/"; }
	if(location.pathname.indexOf("product/samsung-omnia-sgh-i900-8gb-mapy-route-66-410") == 1){ location.pathname = "/product/samsung-i900-omnia-8-gb-sk-route-66-410/"; }
	if(location.pathname.indexOf("product/samsung-omnia-sgh-i900-409") == 1){ location.pathname = "/product/samsung-i900-omnia-8-gb-cz-409/"; }
	if(location.pathname.indexOf("product/lg-lcd-42-42lt75-dvb-t-hdd-160gb-902") == 1){ location.pathname = "/produkty/lcd-plazma-tv/"; }
	if(location.pathname.indexOf("product/asus-f5rl-ap431-t5750-320g-3g-bt-webcam-sk-399") == 1){ location.pathname = "/produkty/notebooky/asus/"; }
	if(location.pathname.indexOf("product/asus-f5z-ap057-amd-puma-ql60-4gb-320gb-bt-513") == 1){ location.pathname = "/produkty/notebooky/asus/"; }
	if(location.pathname.indexOf("product/navon-n450-gps-igo-8-europa-946") == 1){ location.pathname = "/product/navon-n450-igo-8-946/"; }
	if(location.pathname.indexOf("product/asus-p320-gps-290") == 1){ location.pathname = "/product/asus-p320-290/"; }
	if(location.pathname.indexOf("product/htc-t8282-touch-hd-blackstone-3ghsdpa-gps-sk-8gb-karta-960") == 1){ location.pathname = "/product/htc-t8282-touch-hd-blackstone-sk-8-gb-karta-960/"; }
	if(location.pathname.indexOf("product/asus-x51l-ap198-t3200-3gb-320gb-bt-578") == 1){ location.pathname = "/produkty/notebooky/asus/"; }
	if(location.pathname.indexOf("product/acer-emachine-e510-301g16ml-c560-1gb-160gb-520") == 1){ location.pathname = "/produkty/notebooky/"; }
	if(location.pathname.indexOf("product/fujitsu-siemens-amilo-mini-ui3520-n270-89-1g-60-wl-cam-xphome-999") == 1){ location.pathname = "/produkty/notebooky/fujitsu-siemens/"; }
	if(location.pathname.indexOf("product/microsoft-xbox-360-elite-system-gears-of-war-2-1609") == 1){ location.pathname = "/produkty/hry-a-herne-konzoly/"; }
	if(location.pathname.indexOf("product/canon-powershot-a590-is-331") == 1){ location.pathname = "/produkty/fotoaparaty/"; }
	if(location.pathname.indexOf("product/pocitacka-minci-cce--400-607") == 1){ location.pathname = "/produkty/eurotestery/"; }
	if(location.pathname.indexOf("product/elektronicky-tester-cce--100-596") == 1){ location.pathname = "/produkty/eurotestery/"; }
	if(location.pathname.indexOf("product/msi-") == 1){ location.pathname = "/produkty/notebooky/"; }
}