';
document.write(js_file);
var sflg = smartphoneCheck();
if(sflg == 1){
if (window.innerHeight > window.innerWidth) {
document.write('\n');
}
else{
document.write('\n');
}
document.write('\n');
}
else{
document.write('\n');
document.write('\n');
}
function menu(){
var hoge = document.getElementById("body");
var e = document.createEvent("MouseEvents");
e.initMouseEvent("dblclick", true, true, window, 0, 0, 0, 0, 0, false,false, false, false, 0, null);
hoge.dispatchEvent(e);
}
function autoclear() {
if (self.document.send) {
if (self.document.send.saybody) {
self.rec = self.document.send.saybody.value;
self.document.send.saybody.value = "";
self.document.send.saybody.focus();
}
}
}
function icon_show(pcid){
var myObj = new Object();
var iconlist = myObj[pcid];
if (iconlist != ''){chgHTML('ilist',iconlist);}
}
function icon_show2(pcid){
var myObj = new Object();
var iconlist = myObj[pcid];
if (iconlist != ''){chgHTML('ilist2',iconlist);}
}
function stamp_write (stamp_url){
document.forms.send.elements.saybody.value = '[stamp]';
document.forms.send.submit();
document.forms.send.elements.saybody.value = '';
}
-->