function fla(thiswidth,thisheight,thispic) {
	
	wbreite = screen.width;
			hpos = (wbreite/2)-(thiswidth/2);
			whoehe = screen.height;
			vpos = (whoehe/2)-(thisheight/2);
	
	nw=window.open("", "zoom", "status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width="+thiswidth+",height="+thisheight+",top="+vpos+", left="+hpos)
	nw.focus();
	nw.document.write("<html><head><title>zoom</title>")
	nw.document.write("<style>body{ background-color:#000; font-family:Arial, Helvetica, sans-serif;} a, a:visited { color:#fff;text-decoration:none;} a:hover {color:#C90000; text-decoration:none;}</style>")
	nw.document.write("</head>")
	
		nw.document.write("<body bgcolor='black'><center><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='313' height='285' id='video' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='"+thispic+"' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><embed src='"+thispic+"' quality='high' bgcolor='#000000' width='313' height='285' name='video' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>")
		nw.document.write('<div align=\"right\" <p><a href=\"javascript:self.close()\">close</p>')
	nw.document.write("</a></div>")
	nw.document.write("</center></body></html>");
	nw.document.close() 
}




function video()
{
window.open('http://explore-it.ch/img/home/video/video.html','video','width=370,height=300,left=350,top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes')
          }
		  
		  
		  
function glossarde()
{
popup = window.open('http://explore-it.ch/sites/component/option,com_glossary/lang,de/','glossarde','width=500,height=550,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
popup.focus();
          }		  

