$(window).load(function () {
	$(".currentIssue_Swap").click( function() {
		$("#currentIssue_Image").toggle();
		$("#currentIssue_Content").toggle();
	});
});


function OpenPrintWindow(fQuery) {
  	window.open('template_print.asp?id='+fQuery, 'Print','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=500,left=0,top=0,screenX=0,screenY=0');
}

function swapContent(fId) {
	$("#"+fId+"_content").toggle();
}