jQuery(function($){
	$("#legend_top").click(function () {
		window.open('legend.php','open_window','width=1020,height=690, scrollbars=yes , resizable=yes');
	});
	$("#legend_sub").click(function () {
		window.open('legend.php','open_window','width=1020,height=690, scrollbars=yes , resizable=yes');
	});
		
	$("#close").click(function(){
		window.close();
	});
	
	//tenbo
	$("#tenbo1").click(function(){window.open("zero_flame.php?f=1","tenbo","width=1020,height=620, scrollbars=yes , resizable=yes");});
	$("#tenbo2").click(function(){window.open("zero_flame.php?f=2","tenbo","width=1020,height=620, scrollbars=yes , resizable=yes");});
	$("#tenbo3").click(function(){window.open("zero_flame.php?f=3","tenbo","width=1020,height=620, scrollbars=yes , resizable=yes");});

});
