<!--
agent = navigator.userAgent
browser = 0
selected = ''
if (agent.indexOf("a/3",1) == 6 || agent.indexOf("a/4",1) == 6) {browser = 1} else {browser = 0}

ns4 = (document.layers) ? true : false
ie4 = (document.all) ? true : false

function openTecaj(url)
{
window.open(url,'newwindow','top=235,left=200,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=0,copyhistory=0,width=250,height=180')
}
function openMapa(url)
{
window.open(url,'newwindow','width=510,height=420,top:0,left:0,scrollbars=no,resizable=no')
}
function openVijest(url)
{
window.open(url,'newwindow','top=100,left=200,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=0,scrollbars=1, copyhistory=0,width=400,height=350')
}
function openSlika(url)
{
window.open(url,'newwindow','top=10,left=10,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=1,scrollbars=1, copyhistory=0,width=600,height=600')
}
function openServis(url)
{
window.open(url,'newwindow','top=100,left=200,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=0,scrollbars=1,copyhistory=0,width=400,height=300')
}

function gokategorija(parts)
{
  broj=parts.options[parts.selectedIndex].value;
  if (broj>0)
  { 
    URL='marke.php?kategorija_id='+broj;
    location.href =URL;
  }
}

function gotosite(site) {
    if (site != "") {
        window.open(site)
    }
}

	function fncCalculateCurrency(objSelect,intPrice) {
	
		if(intPrice == 0) intPrice = document.forms['fmExchange'].fmERPriceFrom.value;

		intNumber = objSelect[objSelect.selectedIndex].value;
		strFinal = (intPrice / intNumber + 0.000000001).toString();
		if (strFinal.indexOf(".") > -1) 
		{ 
			strFinal = strFinal.substring(0,strFinal.indexOf(".")+3); 
		}

		intLZ = 7-strFinal.length;
		if (intLZ > 0) { strFinal = ' ' + strFinal; }
		for (intA=0;intA<intLZ;intA++) {
			strFinal = ' ' + strFinal;
		}

		document.forms['fmExchange'].fmERPrice.value = strFinal;
	}
//-->

