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='';
	return '';
}

function fnLogincal(good_id, price, dlv_amt, free_amt)
{
	//	 view_layer('lay_calculator', 472, 496);
	window.open("http://192.168.204.130/jsp/popup/popup_calculator.jsp?packYn=N&onepayprice=&free_amt="+free_amt+"&dlv_amt="+dlv_amt+"&good_id="+good_id+"&price="+price +"&islive=false&cp_won=&cp_persent=&cp_num=","pop_calculator","width=472,height=596,status=yes,scrollbars=no");
}

