function copyRight(){
var ft=(document.URL);
var w=450;
var h=400;
window.open('copy_right.html','displayWindow','resizable=no,scrollbars=yes,width='+w+',height='+h+',top=150,left=200');
return true;
}
function pPolicy(){
var ft=(document.URL);
var w=450;
var h=400;
window.open('privacy.html','displayWindow','resizable=no,scrollbars=yes,width='+w+',height='+h+',top=150,left=200');
return true;
}
function Terms(){
var ft=(document.URL);
var w=450;
var h=400;
window.open('terms.html','displayWindow','resizable=no,scrollbars=yes,width='+w+',height='+h+',top=150,left=200');
return true;
}