function open_window(link,w,h)
{
var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=no";
newWin = window.open(link,'newWin',win);
}

function highlight()
{
  var cur_loc=location;
  var hrefs = document.getElementsByTagName("A");
  var cur_href;
  var tElem;
  var strHref = new String();
  var strCur = new String(cur_loc);
  var islight = 0;
  var pos = 0;
  var href_id;

  for (i=0;i<hrefs.length;i++) 
  {
    cur_href = hrefs[i];
    strHref = String(cur_href.getAttribute("href"));
	href_id = cur_href.getAttribute("id")
	if ((strCur.indexOf(strHref) > -1) && (href_id != "") && (href_id != null))
    { 
		//alert(strHref+" "+href_id);
		document.getElementById(href_id).style.color = "#ffde2d";
		document.getElementById(href_id).style.background = "#e70087";
      islight = 1;
    }
  }

if (islight==0) 
{
      index = 15
      pos = index;

      if (strCur.indexOf("sezon=1")>-1) {
        pos = index - 10;
      } 

      if (strCur.indexOf("aux79")>-1) {
        pos =  index - 7;
      } 

     if ((strCur.indexOf("aux18")>-1) || (strCur.indexOf("aux42")>-1) || (strCur.indexOf("gal=33")>-1) || (strCur.indexOf("aux786")>-1) || (strCur.indexOf("aux787")>-1) || (strCur.indexOf("aux788")>-1) || (strCur.indexOf("aux789")>-1) || (strCur.indexOf("aux791")>-1) || (strCur.indexOf("aux792")>-1)){
        pos =  index - 5;
      } 

     if ((strCur.indexOf("gal=46")>-1) || (strCur.indexOf("gal=45")>-1) || (strCur.indexOf("gal=05")>-1) || (strCur.indexOf("gal=15")>-1) || (strCur.indexOf("gal=22")>-1) || (strCur.indexOf("gal=44")>-1) || (strCur.indexOf("gal=01")>-1) || (strCur.indexOf("gal=02")>-1) || (strCur.indexOf("gal=03")>-1) || (strCur.indexOf("gal=04")>-1) || (strCur.indexOf("gal=06")>-1)) {
        pos =  index - 5;
      } 

     if ((strCur.indexOf("gal=12")>-1) ||(strCur.indexOf("gal=11")>-1))  {
        pos =  index - 3;
      } 

    if (strCur.indexOf("sezon=2")>-1) {
        pos =  index - 10;
}

 if (strCur.indexOf("aux144")>-1) {
        pos =  index - 12;
}


     if (strCur.indexOf("gal=07")>-1) {
        pos =  index - 11;
      } 

     if (strCur.indexOf("gal=08")>-1) {
        pos = index - 11;
      } 
     if (strCur.indexOf("gal=09")>-1) {
        pos = index - 11;
      } 
    
      if (strCur.indexOf("prid")>-1) {
        pos = index - 12;
      } 

      if (strCur.indexOf("vote.php")>-1) {
        pos = index + 2;
      } 
if (strCur.indexOf("aux87")>-1) {
        pos = index + 2;
      } 

 if (strCur.indexOf("aux=aux790")>-1) {
        pos = index + 2;
      } 

 if (strCur.indexOf("aux=aux087")>-1) {
        pos = index - 6;
      } 


      cur_href = hrefs[pos];
      href_id = cur_href.getAttribute("id")
      document.getElementById(href_id).style.color = "#ffde2d";
	  document.getElementById(href_id).style.background = "#e70087";

}


}




