var winVimmel = 0;
function popVimmel(intID){
  if(winVimmel) if(!winVimmel.closed) winVimmel.close();
  var intHeight = (screen.height > 750) ? 750 : 600;
  winVimmel = open('../vimmel.php?id='+ intID,'Vimmel','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height='+ intHeight);
  winVimmel.moveTo((screen.width-700)/2,(screen.height-intHeight)/3);
}
function popTillfalle(intVID,intID,intStad){
  if(winVimmel) if(!winVimmel.closed) winVimmel.close();
  var intHeight = (screen.height > 750) ? 750 : 600;
  winVimmel = open('../vimmel_bilder.php?s='+ intStad +'&vid='+ intVID +'&id='+ intID,'Vimmel','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height='+ intHeight);
  winVimmel.moveTo((screen.width-700)/2,(screen.height-intHeight)/3);
}
var winInfo = 0;
function popInfo(intID){
  if(winInfo) if(!winInfo.closed) winInfo.close();
  var intHeight = (screen.height > 750) ? 750 : 600;
  winInfo = open('infosidor/'+ intID +'.htm','Butlers','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height='+ intHeight);
  winInfo.moveTo((screen.width-700)/2,(screen.height-intHeight)/3);
  winInfo.focus();
}
function popAdmInfo(intID,strStad){
  if(winInfo) if(!winInfo.closed) winInfo.close();
  var intHeight = (screen.height > 750) ? 750 : 600;
  winVimmel = open('../'+ strStad +'/infosidor/'+ intID +'.htm','Butlers','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height='+ intHeight);
  winVimmel.moveTo((screen.width-700)/2,(screen.height-intHeight)/3);
}
var winImage = 0;
function popImage(strURL, intWidth, intHeight){
  if (winImage && !winImage.closed) winImage.close();
  intWidth += 30;
  intHeight += 50;
  winImage = open('../popup.php?img='+ strURL,'ButlersPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+ intWidth +',height='+ intHeight);
  winImage.moveTo((screen.width-intWidth)/2,(screen.height-intHeight)/3);
}
function popPage(strURL, intWidth, intHeight){
  if (winImage && !winImage.closed) winImage.close();
  winImage = open(strURL,'ButlersPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+ intWidth +',height='+ intHeight);
  winImage.moveTo((screen.width-intWidth)/2,(screen.height-intHeight)/3);
}
/*imgMailOn = new Image(108,12);
imgMailOff = new Image(108,12);
imgMailOn.src = 'img/mail_on.gif';
imgMailOff.src = 'img/mail_off.gif';
function setImage(bolOn){
	if (document.images) document.images['mail'].src = (bolOn) ? imgMailOn.src : imgMailOff.src;
}*/
