/*********************************************************************
·Î±×ÀÎÆË¾÷
*********************************************************************/
function login(nextActArg) {
											
	//CliniqueServlet?act=MsPopLogin&popchk=Y&next_act=DetailProreviewWrite||prod_id=<%=prod_id%>

	openwin = open("/CliniqueServlet?act=ABPopLogin&pop_flag=&popchk=Y&next_act="+nextActArg,'ctmbasic', 'menubar=no, toolbar=no, status=no, resizable=no, width=511, height=370, scrollbars=no');
    openwin.focus();	
}

function logout(nextActArg) {
											
	//CliniqueServlet?act=MsPopLogin&popchk=Y&next_act=DetailProreviewWrite||prod_id=<%=prod_id%>

	location.href="/CliniqueServlet?act=ABPopLogout&next_act="+nextActArg;
}


<!--
    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 '';
    }
//-->


