function Fotogalerie(urli,breite,hoehe){

if(navigator.platform == "Win32")
{
var winWidth=breite;
var winHeight=hoehe;

//var winWidth=breite+10;
 //var winHeight=hoehe+29;
}
else
{
var winWidth=breite;
var winHeight=hoehe;
}




  var yposi = (screen.width - winWidth)/2;
  var xposi = (screen.height - winHeight)/2 - 60;
  var url =url;
  var name = 'fotogaleie';
  var features = 'scrollbars=no,width='+winWidth+',height='+winHeight+',top='+xposi+',left='+yposi;
  window.open(urli,name,features);
}








function Frame(inhalt)
{
if(top==self)
{
top.location.href= 'http://www.dr-matter.ch/?inhalt=' + inhalt ;
}
}





function rollover(name,stat) {
document.images[name].src= 'rahmen/' + name + '_on.gif';
status = stat;
}






function rollout(name) {
document.images[name].src= 'rahmen/' + name + '_off.gif';
//document.images[name].src= 'rahmen/' + name +'"_off.gif';
status = '';
}






function favorite(inhalt) {
var url = 'http://www.dr-matter.ch/?inhalt='+inhalt;
var desc = 'Dr. med. Urs Matter';
window.external.AddFavorite(url,desc);
}






function link(inhalt){
top.location.href='http://www.dr-matter.ch/?inhalt='+inhalt;
}


