function popup_creditcard(ccurl){
        if(ccurl == '')
        ccurl = 'https://onlineaccess.mycreditcard.cc/thelimited';
    window.open(ccurl,'ccurl','menubar=0,resizable=0,scrollbars=1,width=800,height=700,left=100,top=50');
}