window.onload = function(){
var mode = document.getElementById("link_jaa");
if (typeof document.body.style.maxHeight != "undefined") {
    if (!/*@cc_on!@*/false){
        // Not IE.
			mode.getAttributeNode("href").value="javascript:w=window.open('information/media_info/popup_jaa.html','','scrollbars=no,Width=400,Height=535');w.focus()";
    }else if (document.documentMode >=8) {
        // IE8
			mode.getAttributeNode("href").value="javascript:w=window.open('information/media_info/popup_jaa.html','','scrollbars=no,Width=400,Height=535');w.focus()";
    }else {
        //IE7, IE8（IE7 mode)
			mode.getAttributeNode("href").value="javascript:w=window.open('information/media_info/popup_jaa.html','','scrollbars=no,Width=400,Height=550');w.focus()";
    }
} else {
    // IE6, older browsers
	mode.getAttributeNode("href").value="javascript:w=window.open('information/media_info/popup_jaa.html','','scrollbars=no,Width=400,Height=550');w.focus()";
}
}
