function press1() {
if (year != null) {
	var P_year = year;
} else {
	var P_year = "";
}
if (month != null) {
	var P_month = "." + month;
} else {
	var P_month = "";
}
if (day != null) {
	var P_day = "." + day;
} else {
	var P_day = "";
}
document.open();
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">');
document.write('<tr valign="top" align="center"> ');
document.write('<td> ');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" background="../img/common/shohin_bg.gif" height="38">');
document.write('<tr> ');
document.write('<td valign="top"> ');
document.write('<table width="100%" border="0" cellspacing="4" cellpadding="0" height="38">');
document.write('<tr>');
document.write('<td class="press-head">Rideon,Inc. プレスリリース ' + P_year + P_month + P_day + '</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('<td align="right"><a href="javascript:window.close();"><img src="../img/common/close1.gif" width="48" height="13" hspace="10" border="0" alt="このウインドウを閉じる"></a></td>');
document.write('</tr>');
document.write('</table>');
document.close();
}

function press2() {
document.open();
document.write('</td>');
document.write('</tr>');
document.write('<tr valign="bottom"> ');
document.write('<td> ');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" background="../img/common/foot_bg.gif">');
document.write('<tr>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30" class="foot2">');
document.write('<tr> ');
document.write('<td class="foot2">　</td>');
document.write('<td align="right"><a href="javascript:window.close();"><img src="../img/common/close1.gif" width="48" height="13" hspace="10" border="0" alt="このウインドウを閉じる"></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.close();
}