on error resume next
' on mouse move over of menu 
function menu_mouseover(id)
	id.style.cursor = "hand"
	if inStr(1,id.id,"bztx",1)<>0 then 
		id.className = "alpha_true"
	end if
end function

' on mouse move out of menu 
function menu_mouseout(id)
	if inStr(1,id.id,"bztx",1)<>0 then 
		id.className = "alpha_false"
	end if
end function

document.write "<table border='0' cellspacing='0' cellpadding='0' class='Line0'> "
document.write "<tr align='center'> "
document.write "<td> "
document.write "<table width='768' border='0' cellspacing='0' cellpadding='0'>"
document.write "<tr> "
document.write "<td width='192'><img src='/WEBPage/all_img/top01.jpg' width='192' height='76'></td>"
document.write "<td width='192'><img src='/WEBPage/all_img/top02.jpg' width='192' height='76'></td>"
document.write "<td colspan='2' class='toplink1' valign='TOP' align='RIGHT' background='/WEBPage/hom_img/topbg.gif'>¹ØÓÚ "
document.write "IDIIL | ÍøÕ¾µØÍ¼ | °ïÖú <font color='#0066CC'>.</font> </td>"
document.write "</tr>"
document.write "</table>"
document.write "</td>"
document.write "</tr>"
document.write "<tr align='center' > "
document.write "<td height='25' background='/WEBPage/all_img/menubg.gif'> "
document.write "<table border='0' cellspacing='0' cellpadding='0' width='90%'>"
document.write "<tr align='center'> "
document.write "<td><a href='/'><img src='/WEBPage/all_img/menu01.gif' width='90' height='20' id='menu1' onMouseOver=menu_mouseover(menu1) onMouseOut=menu_mouseout(menu1) border='0'></a></td>"
document.write "<td><a href='/webpage/class.asp'><img src='/WEBPage/all_img/menu02.gif' width='90' height='20' id='menu2' onMouseOver=menu_mouseover(menu2) onMouseOut=menu_mouseout(menu2) border='0'></a></td>"
document.write "<td><a href='/webpage/memberSign.asp'><img src='/WEBPage/all_img/menu03.gif' width='90' height='20' id='menu3' onMouseOver=menu_mouseover(menu3) onMouseOut=menu_mouseout(menu3) border='0'></a></td>"
document.write "<td><a href='/webpage/studentSign.asp'><img src='/WEBPage/all_img/menu04.gif' width='90' height='20' id='menu4' onMouseOver=menu_mouseover(menu4) onMouseOut=menu_mouseout(menu4) border='0'></a></td>"
document.write "<td><a href='/webpage/teacherSign.asp'><img src='/WEBPage/all_img/menu06.gif' width='90' height='20' id='menu6' onMouseOver=menu_mouseover(menu6) onMouseOut=menu_mouseout(menu6) border='0'></a></td>"
document.write "<td><a href='/webpage/adminSign.asp'><img src='/WEBPage/all_img/menu07.gif' width='90' height='20' border='0' id='menu7' onMouseOver=menu_mouseover(menu7) onMouseOut=menu_mouseout(menu7)></a></td>"
document.write "<td><a href='/webpage/accountSign.asp'><img src='/WEBPage/all_img/menu08.gif' width='90' height='20' border='0' id='menu8' onMouseOver=menu_mouseover(menu8) onMouseOut=menu_mouseout(menu8)></a></td>"
document.write "</tr>"
document.write "</table>"
document.write "</td>"
document.write "</tr>"
document.write "</table>"