/*
  Project _ CNUDH 스크립트
  FileName _ index.js
  Author _ 김형원(Manu) manu@manuz.com
  Date _ 2009. 10. 07
  Last _ 2009. 10. 12
*/

window.onload = function() { // window.onload 스크립트
	rollOverMain();
	initTabMenu("boardLastestPostBox");
	initTab2Menu("bannerLastestPostBox");
	OnclickEventInit();
	quickBar(420);
	draggablePopup();
}
