1// JavaScript Document 2007_12_20 Add by lock
2function domore_link(obj){
3	parent.showLoading();
4	parent.location.href = obj.value;
5}
6