function PopPhonePoker(Content,sLang)
{
    var PhoneWindow
   
    if(window.document.FrmPhonePoker.SupportPhonesPoker.selectedIndex!=0)
    {
        PhoneWindow = window.open('','',"toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=360,height=170,left=320,top=320");
        if (sLang == 'de')
        {
            PhoneWindow.document.write('<html><head><title>Kundendienst per Telefon - Pacific Poker</title></head><body bgcolor="#e7f4ea"><table width="100%" align="center"><tr><td valign="middle"><br><a style="color:#17823a;FONT-WEIGHT: bold;FONT-SIZE: 12px;FONT-FAMILY: Verdana;" >' + Content + '</a></td></tr></table></body></html>');
        }
        else if (sLang == 'en' || sLang == 'es' || sLang == 'fr' || sLang == 'it' || sLang == 'nl' )
        {
            PhoneWindow.document.write('<html><head><title>Contact Support by Telephone - Pacific Poker</title></head><body bgcolor="#e7f4ea"><table width="100%" align="center"><tr><td valign="middle"><br><a style="color:#17823a;FONT-WEIGHT: bold;FONT-SIZE: 12px;FONT-FAMILY: Verdana;" >' + Content + '</a></td></tr></table></body></html>');

        }
    }
}

function PopPhone(Content,sLang)
{
    var PhoneWindow
    if(window.document.FrmPhone.SupportPhones.selectedIndex!=0)
    {
        PhoneWindow = window.open('','',"toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=360,height=140,left=300,top=240");
        if (sLang == 'de')
        {
            PhoneWindow.document.write('<html><head><title>Kundendienst per Telefon - Casino-on-Net</title></head><body bgcolor="#e7f4ea"><table width="100%" align="center"><tr><td valign="middle"><br><a style="color:#17823a;FONT-FAMILY: Verdana;FONT-WEIGHT: bold;FONT-SIZE: 12px;">' + Content + '</a></td></tr></table></body></html>');
        }
        else if (sLang == 'en' || sLang == 'es' || sLang == 'fr' || sLang == 'it' || sLang == 'nl')
        {
            PhoneWindow.document.write('<html><head><title>Contact Support by Telephone - Casino-on-Net</title></head><body bgcolor="#e7f4ea"><table width="100%" align="center"><tr><td valign="middle"><br><a style="color:#17823a;FONT-FAMILY: Verdana;FONT-WEIGHT: bold;FONT-SIZE: 12px;">' + Content + '</a></td></tr></table></body></html>');
        }
    }
}