//png Åõ¸íÁÖ±â
function setPng24(obj) { 
¡¡ ¡¡ obj.width=obj.height=1; 
¡¡ ¡¡ obj.className=obj.className.replace(/\bpng24\b/i,''); 
¡¡ ¡¡ obj.style.filter = 
¡¡ ¡¡ "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" 
¡¡ ¡¡ obj.src='/img/g/blank.gif';¡¡ 
¡¡ ¡¡ return ''; 
} 

//½æ³×ÀÏ¿¡ ¾×ÀÚ¾º¿ì±â


function FN_ParentChange(seq,bimg,sbj,mo,rp,hits,cmd) {
	// hits
	// hits = getStargalleryInfo(seq).hit;
}