$(document).ready(function(){


	$('a[rel=advocate]').click(function(){
		window.open(this.href,'newwindow','status=1,toolbar=0,scrollbars=1,resizable=1,width=640,height=600');
		return false;
	}); 


	$('a[rel=external]').click(function(){
		window.open( $(this).attr('href') );
		return false;
	}); 



});




function addFlash(flashfile,divid,extra) {
	document.getElementById(divid).innerHTML = "<object type='application/x-shockwave-flash' data='flash/" + flashfile + "' width='100%' height='100%' /><param name='movie' value='flash/" + flashfile + "' /><param name='menu' value='false' /><param name='quality' value='high' />" + extra + "<img src='flash/noflash.png' width='100%' height='100%' alt='Focus Design Group' /></object>";
}