<script type="text/javascript">google_ad_client = "pub-2048279401139630";google_ad_slot = "8856771542";google_ad_width = 728;google_ad_height = 90;document.write("<s"+"cript type='text/javascript' s"+"rc='http://pagead2.googlesyndication.com/pagead/show_ads"+"."+"js'></scr"+"ipt>");</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>点击放大图片</title>
</head>

<script language="javascript">...
window.onload=function()

...{
EnlargeImage();
}
function EnlargeImage()

...{
var oImg,px,py;
var obj = document.getElementsByTagName("img");
for(var i=0;i<obj.length;i++)

...{
obj[i].style.cursor = "pointer";
obj[i].alt = "点击放大图片";
obj[i].rel = "lightbox";
obj[i].attachEvent("onclick",
function()

...{
window.open(this.event.srcElement.src);
}
);
}
}
</script>
<body>
<p>
<img src="108856728725356.jpg" width="255" height="165" id="showimg" />
<br />
<img src="113333758719626.jpg" width="255" height="170" />
</p>
</body>


</html>











































