// Web拍手
function WinClap(){
window.open("http://www.quiste.net/clap/clap.cgi","_blank",
"scrollbars=yes,status=yes,width=520,height=470,left=460,top=0");
}

// 150000リク
function Win150000(){
window.open("http://www.quiste.net/150000/votec.cgi","_blank",
"scrollbars=yes,status=yes,width=210,height=325,left=460,top=0");
}

// FALCOMカード
function PopFcc(text){
document.getElementById('te').innerHTML=text;
set.style.posLeft =document.body.scrollLeft+window.event.clientX-53;
set.style.posTop =document.body.scrollTop+window.event.clientY-190;
document.all('set').style.display="block";
}

function Del(){ document.all('set').style.display="none"; }
