/* ¾ÆÀÌÇÁ·¹ÀÓ ¸®»çÀÌÁî */
function reSize() {
            try {
                var objBody = ifrSrc.document.body;
                var objFrame = document.all["ifrSrc"];
                ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
                objFrame.style.height = ifrmHeight;
                
            }
                catch(e) {}
        } 

/* ¸¶ÀÌÆäÀÌÁö ·Î±×ÀÎ */
function MyPageLogin()
{
 top.location.href = "/WomanJob/MemLogin.aspx?preurl=/WomanJob/Memedit.aspx";
}

/* Request*/
function Request(valuename)  
{
    var rtnval = "";
    var nowAddress = unescape(location.href);
    var parameters = (nowAddress.slice(nowAddress.indexOf("?")+1,nowAddress.length)).split("&");
    
    for(var i = 0 ; i < parameters.length ; i++){
        var varName = parameters[i].split("=")[0];
        if(varName.toUpperCase() == valuename.toUpperCase())
        {
            rtnval = parameters[i].split("=")[1];
            break;
        }
    }
    return rtnval;
}





<!-- 
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 
// --> 

