// 이미지 with 사이즈로 구분
/*
function ImgLoadError(obj, stype){
	obj.src = '/html/images/noimage_'+stype+'.gif';
}
*/

function ImgLoadError(obj, stype) {
	obj.src = '/skin/images/noimg/noimage_'+stype+'.gif';
}