﻿$(function(){
	$('.sectionDetail ul a').click(function(){
		window.open(this.href, "popup","width=654,height=400,scrollbars=yes");	return false;
	});
});

