function link_popup(url){	window.open(url);}function printMailto(start,id,n,d){	document.write("<p><span>"+start+"<a id='"+id+"' href='"+ "mail" + "to:" + n + "@" + d+ "'>" + n + "@" + d + "</a></span></p>");}/* eolas workaround */function printFlashObj(p,file,w,h,alt){	document.write('<object type="application/x-shockwave-flash" data="'+p+'flash/path.swf?path='+p+file+'" width="'+w+'" height="'+h+'">');	document.write('<param name="movie" value="'+p+'flash/path.swf?path='+p+file+'" />');	document.write('<param name="menu" value="false" />');	document.write('<param name="wmode" value="transparent" />');	if(alt!=null){		document.write(alt);	}else{		document.write('<p><a href="http://www.adobe.com/go/getflash" title="Get Flash">Install flash to view this animation</a></p>');	}	document.write('</object>');}function printWideFLV_scrub(p,file,r,g,b,t){	document.write('<object type="application/x-shockwave-flash" data="'+p+'flash/flv_wide_scrub.swf?p='+p+'&amp;f='+file+'&amp;r='+r+'&amp;g='+g+'&amp;b='+b+'&amp;t='+t+'" width="256" height="144">');	document.write('<param name="movie" value="'+p+'flash/flv_wide_scrub.swf?p='+p+'&amp;f='+file+'&amp;r='+r+'&amp;g='+g+'&amp;b='+b+'&amp;t='+t+'" />');	document.write('<param name="menu" value="false" />');	document.write('<param name="bgcolor" value="#000000" />');	document.write('<p><a href="http://www.adobe.com/go/getflash" title="Get Flash">Install flash to view this video clip</a></p>');	document.write('</object>');}
