function openWindow(wURL, wName, wWidth, wHeight, wOptions) {/* */ sW = Math.round((screen.width / 2) - (wWidth / 2)); sH = Math.round((screen.height / 2) - ((wHeight / 2) + 27)); window.open(wURL, wName, 'width=' + wWidth + ',height=' + wHeight + ',' + wOptions + ',left=' + sW + ',top=' + sH); } function OpenOtherBets(matchid) { window.open('iddaa/matchOddDetails.jsp?matchid=' + matchid, 'Bahisler',"height=346,width=726,status=yes,toolbar=no,menubar=no,location=no"); }