﻿function pinyin(str)
{
document.myForm1.clkStatus1.value = str;
}
function riyu(str)
{
document.myForm2.clkStatus2.value = str;
}
function shubiao(omsyanse,tj)
{
if(tj==0){bgc="transparent";}
else{bgc="#f5deb3";}
omsyanse.style.backgroundColor=bgc;
}
function shengci(my_url)
{
window.open(my_url,"","width=220,height=600,scrollbars=yes").moveTo(760,10);
}