//<script language="JavaScript">
   function swapClass(obj, cls) {
     obj.className = cls;
   }

   function isci(a) {
	if (document.all)
		location.href= "iskalnik_1033.aspx?id=0&amp;lid=1033&amp;q=" + a;
	else
		location.href= "iskalnik_1033.aspx?id=0&lid=1033&q=" + a;
   }
   
   function handlePress(a) {
		if (window.event.keyCode == 13)
		{
			window.event.keyCode = 0;
			window.location.href='iskalnik_1033.aspx?id=0&amp;lid=1033&amp;q=' + a.value;
		}
		return true;
	}
	
	function FlashInstalled()
    {
    	result = false;
    
    	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"])
    	{
    		result = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
    	}
    	else if (document.all && (navigator.appVersion.indexOf("Mac")==-1))
    	{
    		// IE Windows only -- check for ActiveX control, have to hide code in eval from Netscape (doesn't like try)
    		eval ('try {var xObj = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if (xObj)	result = true; xObj = null;	} catch (e)	{}');
    	}
    	return result;
    }
  	    
    function newWin(imgSrc)
	{ 
		winWidth = 200; 
		winHeight= 200; 	
		var openWin = window.open(imgSrc,"winNameHere","width="+winWidth+",height="+winHeight+",scrollbars=0,status=0"); 
		openWin.focus(); 
	} 

	function mapa(url)
	{ 
		winWidth = 600; 
		winHeight= 650; 	
		var openWin = window.open(url,"winMapa","width="+winWidth+",height="+winHeight+",scrollbars=0,status=0"); 
		openWin.focus(); 
	}

//</script>