
// ¹é±×¶ó¿îµå ½½¶óÀÌµå¼î Á¤ÀÇ
jQuery(document).ready(function($){ 

	$.fn.supersized.options = {  
        startwidth: 4,  
        startheight: 3,  
        minsize: .5,  
        slideshow: 1,  
        slideinterval: 15000  
    };  
        $('#supersize').supersized(); 
		
	// µå·Ó´Ù¿î ¸Þ´º Á¤ÀÇ
	$(function() {
        $('#nav').droppy();
    });	
	
});
