// JavaScript Document
(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		$(".bioPic").bind("contextmenu",function(e){	return false; });
		//$(".sf_eventTitle a").click(function() {			
		//	$(this).parent().siblings(".sf_toBeExpanded").toggle();
		//});
	}); 
})(jQuery);

function popupWindow(url, width, height) {
	window.open(url, "myWindow", "status = 0, height=" + height + ", width=" + width + ", resizable = 0"); 
}
