function OpenDemo(path,game) { imgFondo = ''; ltop=0; lleft=0; window.open(path+'?game='+game+'&layer_top=0&layer_left=0&imgFondo='+imgFondo,'javagames','left=250,top=100,width=350,height=350,fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); //window.open(path+"?game="+game+"&layer_top=0&layer_left=0,'javagames','left=250,top=100,width=350,height=350,fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'"); }