function openSupportPopupByLanguage(mailtype, lang) {
	if (lang == "en" || lang == "uk") 
	{
		var new_win = window.open("http://www.royalvegas.eu/contactform/?MailType=" + mailtype, "Email_Platinum_Play", "width=220,height=400,directories=no,toolbar=no,resizable=yes,location=no,menubar=no,status=no,scrollbars=no");
	}
	else
	{
		var new_win = window.open("http://www.royalvegas.eu/"+lang+"/contactform/?MailType=" + mailtype, "Email_Platinum_Play", "width=220,height=400,directories=no,toolbar=no,resizable=yes,location=no,menubar=no,status=no,scrollbars=no");
	}    
}

function openSupportPopupByLanguageFloor(mailtype, lang)
{
	var new_win = window.open("http://www.royalvegas.eu/"+lang+"/contactformfloormanager/?MailType=" + mailtype, "Email_Platinum_Play", "width=220,height=400,directories=no,toolbar=no,resizable=yes,location=no,menubar=no,status=no,scrollbars=no");
}

function ChatPopup(lang) {
    window.open("http://chat.casinodesk.com/webchat/chatform"+lang+".asp", "Chat", "width=410, height=410, border=2, scrollbars=no, 	resizable=no");
}

function selfassess() {
    window.open("http://www.royalvegas.eu/selfassessment/", "SelfAssess", "width=500,height=550, scrollbars=yes, resizable=no");
}