<!-- Ã¢¶ç¿ì´Â ÀÚ¹Ù½ºÅ©¸³Æ®
		function check_all() 
		{
			input = document.all.tags('input')
			for (i=0;i<input.length;i++) {
				if(input[i].name=='number[]') input[i].checked=true
			}
		}
		function check_reset() 
		{
			input = document.all.tags('input')
			for (i=0;i<input.length;i++) {
				if(input[i].name=='number[]') input[i].checked=false
			}
		}

	function ddamo01Windows()
	{
	window.open('','ddamo01','width=300,height=300,resizable=no,scrollbars=no');
	}
	function gasaWindows()
	{
	window.open('','gasa','width=400,height=450,resizable=no,scrollbars=yes');
	}
	function downWindows()
	{
	window.open('','down','width=300,height=250,resizable=no,scrollbars=no');
	}
	function mailWindows()
	{
	window.open('','mail','width=500,height=450,resizable=no,scrollbars=no');
	}
	function bener01Windows()
	{
	window.open('','bener01','width=617,height=600,resizable=no,scrollbars=yes');
	}
	function mysongWindows()
	{
	window.open('','mysong','width=550,height=500,resizable=no,scrollbars=yes');
	}	
	function allplayWindows()
	{   
	window.open('','allplay','width=438,height=385,resizable=no,scrollbars=no');
	}
	-->