

function out(str) {

        searchWin = window.open(str,'out','scrollbars=yes,resizable=yes,width=800,height=680,status=yes,location=no,toolbar=yes,titlebar=yes,menubar=yes,addressbar=no');
}

