﻿// JavaScript Document

function convertMoji2_shtml(t){
var s="",moji="";
for(var i=0;i<t.length;i++){
moji=t.charCodeAt(i);
s +=String.fromCharCode(moji+1);
}
return s;
}


function t2_win() {
window.open('movie.html', 'mywindow2', 'width=640, height=463, menubar=no, toolbar=no, scrollbars=no');
}

function t3_win() {
window.open('movie.html', 'mywindow2', 'width=640, height=398, menubar=no, toolbar=no, scrollbars=no');
}

