function openpopup( popurl ) { //var popurl = "system/player.html"; if (screen.width > 1279 && screen.height > 859) winpops=window.open(popurl,null,"width=1205,height=832,resizeable=1,scrollbars=yes,fullscreen=0,status=0,menubar=0,location=0,toolbar=0"); else winpops=window.open(popurl,null,"width=1024,height=688,resizeable=1,scrollbars=yes,fullscreen=0,status=0,menubar=0,location=0,toolbar=0"); }