function findPath(){
var l = location.href
if(l.indexOf('?')!=-1){
l=l.substring(0,l.indexOf('?'))
}
if(l.indexOf('.asp')!=-1){
l=l.substring(0,l.indexOf('.asp'))
var splitlocation = l.split('/')
l = ''
for (i=0; i<splitlocation.length-1; i++){
l+=splitlocation[i]+'/'
  }
 }
return l
}
function KonkurrencePopUp(){
 window.open("Konkurrence_popup[476].asp","PopUp","toolbar=0,status=0,menubar=no,scrollbars=Yes,resizable=no,copyhistory=0,width=650,height=450,top=50,left=20")
}