function popitup2() {

	window.piwikTracker.setDocumentTitle("FilmpjeDeGemeente");
	window.piwikTracker.trackPageView();			

	
	newwindow2=window.open('','name','height=420,width=532');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>De Gemeente</title>');
	tmp.write('<link rel="stylesheet" href="/design/plain/stylesheets/popup.css">');
	tmp.write('</head><body><p>');
	tmp.write('<object id="quadiaMovie" width="512" height="313" type="application/x-shockwave-flash" data="http://static.quadiatv.com/player_dest/2009328-Quadia/player.swf">');
	tmp.write('<param name="movie" value="http://static.quadiatv.com/player_dest/2009328-Quadia/player.swf"></param>');
	tmp.write('<param name="quality" value="high"></param>');
	tmp.write('<param name="allowscriptaccess" value="always"></param>');
	tmp.write('<param name="allowfullscreen" value="true"></param>');
	tmp.write('<param name="flashvars" value="media_id=80110&autostart=true"></param>');
	tmp.write('<p class="warning">U heeft <a href="http://www.adobe.com/products/flashplayer/" target="_blank">Adobe Flash</a> nodig om deze film te bekijken.</p>');
	tmp.write('</object>');
	tmp.write('</p><p>[ <a href="javascript:self.close()">Sluiten</a> ]</p>');
	tmp.write('<p>Het IPP nu ook op YouTube. Ga naar het kanaal van het IPP: <a target="_blank" href="http://www.youtube.com/user/IPP915">http://www.youtube.com/user/IPP915</a></p>');
	
	
	tmp.write('</body></html>');
	tmp.close();
	if (window.focus) {newwindow2.focus()}
}

	
function quadiaLarger () {
	var x = document.getElementById('quadiaHref');
	x.onclick = popitup2;
	x.removeAttribute("href");
	x.removeAttribute("target");
}
	
function addEvent(obj, evType, fn){ 
 if (obj.addEventListener){ 
   obj.addEventListener(evType, fn, false); 
   return true; 
 } else if (obj.attachEvent){ 
   var r = obj.attachEvent("on"+evType, fn); 
   return r; 
 } else { 
   return false; 
 } 
}
addEvent(window, 'load', quadiaLarger);