$(document).ready(function(){
    $(document).bind("contextmenu",function(e){
        return false;
    });
});

function game()
{
    window.open(basePATH+'game',  'newwindow', 'height=530, width=600, top=0, left=0, resizable=0,status=0,scrollbars=0, menubar=0, toolbar = 0, fullscreen=0');
}
