<?php include_once 'header.php';?>
<script>
	$(function(){
		$("#content #printer-friendly td:first-child div").width("85%");
	});
</script>

<style type="text/css">
.index_subtitle {
	font-weight: bold;
	font-size: 117%;
	color: #b73d88;
	margin-bottom: 0.5em;
}

	.eventseven_m{
	padding-bottom:20px;
	padding-top: 20px;
	border-bottom: 1px dotted #cccccc;
	}
	
	.eventsodd_m{
	padding-top: 20px;
	padding-bottom:20px;
	border-bottom: 1px dotted #cccccc;
	}
	
	.announcement_list{
		color: #bb2e89;
	}
	.announcement_list:hover{
		color: #bb2e89;
		text-decoration: underline;
	}
 a {text-decoration: none;}
 a:hover {text-decoration: underline;}
 
 .squaresmall {
    text-align: left;
    padding: 0px 5px;
    color: black;
}

.announcement_navi {
    width: 100%;
    border-spacing: 0px;
    height: 35px;
    background-color: #EEEEEE;
    border-radius: 3px;
}

.r_link.ySelect {
    color: #0E8EAB;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
}

.r_link {
    color: #0E8EAB;
    font-size: 13px;
    padding: 6px;
    text-decoration: none;
}

#announcement_year{
	padding: 0px !important;
    width: 100% !important;
}

/* Style the tab */
.tab {
	overflow: hidden;
/* 	border: 1px solid #ccc; */
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: 1px solid lightgrey;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 13px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
	border-top : 1px solid orange;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size : 12px;
}

.toggler {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin: 1px 0;
    text-decoration: none;
    width: 10%;
    color: black;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 12px;
}
</style>
<div class="ckeditor-content clearfix IR_writeup">
	<?php 
        $stockcode = '3905';
        $showDownLoad=true;
        $limitYear=10;
        include_once("../s/announcement_getYearCnxIR.php");
     ?>
</div>
<?php include_once 'footer.php';?>