
var isNS4 = (document.layers ? true : false);
var width1 = window.innerWidth;
resize = new Function('if (width1 != window.innerWidth) location.reload()');

function sendto(url) {
    if (url) {
        if (opener) { opener.location = url; self.close(); } else { location = url; }
    }
}