
function openwin() {
var repfinder = window.open('/company/reps_files/contact.asp','finder','width=525,height=450,toolbar=no,location=no,scrollbars=no,resizable=no');
repfinder.focus();
}

