﻿function openNominateWindow() {
    var strNORAurl = "http://www.norauk.com/nomination-material/vote.php?id=4c17ace726249";
    var iNORATop = 100;
    var iNORALeft = (screen.availWidth - 520) / 2; open(strNORAurl, "", "width=520, height=470,toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=yes,copyhistory=no, resizable=yes,top=" + iNORATop + ",left=" + iNORALeft);
    return false 
    } 
