<%
map_page= Request("map_page")
Ga=mid(map_page,1,1)
Select Case Ga
		Case "a"
			x=8			
		Case "b"
			x=19
		Case "c"
			x=30
		Case "d"
			x=41
		Case "e"
			x=52
		Case "f"
			x=63
		Case "g"
			x=74
		Case "h"
			x=85
		Case "i"
			x=96			
		Case "j"
			x=107
		Case "k"
			x=118
		Case "l"
			x=129
		Case "n"
			x=140
		Case "m"
			x=152
		Case "o"
			x=162
		Case "p"
			x=173
		Case "q"
			x=184
		Case "r"
			x=195
		Case "s"
			x=206			
		Case "t"
			x=217
		Case "u"
			x=228
		Case "v"
			x=239
		Case "w"
			x=250
		Case "x"
			x=261
		Case "y"
			x=272
		Case Else
			x=0
	End Select
Gn=mid(map_page,2)
Select Case Gn
		Case "6"
			y=69			
		Case "7"
			y=80
		Case "8"
			y=91
		Case "9"
			y=102
		Case "10"
			y=113
		Case "11"
			y=124
		Case "12"
			y=135
		Case "13"
			y=146
		Case "14"
			y=157			
		Case "15"
			y=168
		Case "16"
			y=179
		Case "17"
			y=190
		Case "18"
			y=201
		Case "19"
			y=212
		Case "20"
			y=223
		Case "21"
			y=234
		Case "22"
			y=245
		Case "23"
			y=256
		Case "24"
			y=267			
		Case "25"
			y=278
		Case "26"
			y=289
		Case "27"
			y=300
		Case "28"
			y=311
		Case "29"
			y=322
		Case Else
			y=0
	End Select
	%>
<script language="javascript">
window.focus()
</script>
<!--滑鼠坐標原代碼_開始-->
<script language="JavaScript1.2">
<!--

var IE = document.all?true:false
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0
var tempY = 0
var temp
function getMouseXY(e) {
  if (IE) { 
    tempX = event.clientX + document.body.scrollLeft
    tempY = event.clientY + document.body.scrollTop
  } else {      tempX = e.pageX
    tempY = e.pageY
  }  
  
  if (tempX < 0){tempX = 0}
  if (tempY < 0){tempY = 0}  
  //document.Show.MouseX.value = tempX
  //document.Show.MouseY.value = tempY
  temp="("+tempX+","+tempY+")"
  window.status = temp
  return true
}
//-->
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>新網頁1</title>
</head>
<style type="text/css">
.small{ color:#0071B8; text-decoration:none; font-size: 11px; font-family: 細明體,Arial, Helvetica, sans-serif; }
</style>
<style>
img.x
{
position:absolute;
left:<%=x %>px;
top:<%=y %>px;

z-index:1;

}
</style>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table border="0" bordercolor="#808080" cellspacing="0">
<tr>
    <% if x <> "0" and y <>"0" and x <> "" and y <> "" then %>
	<td align="left" class="small">
		<img class="x" src="images/<%=map_page%>.gif" width=48 border="1" > 
    </td> 
   <%end if  %>
<tr>
</table>
<img border="0" src="map_page.jpg" width="277" height="322">
</body>
</html>