function chatpopup(lang) {
    window.open("https://chat.casinodesk.com/webchat/chatform" + lang + ".asp", "Chat", "width=400, height=410, border=2, scrollbars=no, resizable=no");
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=600,height=700,scrollbars=yes');
return false;
}

function selfassess() 
{

    window.open("http://www.vegaspalms.eu/en/selfassessment/", "SelfAssess", "width=500,height=550, scrollbars=yes, resizable=no");  
 
}