// Scripts by www.bernthaler.com, mike bernthaler 2009
//
// Pop-Up-Fenster ---------------------------------------------------


function open_win(url_add,winName,features)
   {
   window.open(url_add,'Termine','width=600,height=480,menubar=no,status=no,location=no,toolbar=no,scrollbars=yes');
   }
  
  
  
function ipic(theURL,winName,features)
	{
	window.open(theURL,"newwindow","height=600,width=700,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0,screenX=100,screeny=100,left=100,top=100");
	}
