function openwindow(url) {
ContactFinder=window.open(url,'ContactFinder','height=400,width=600,titlebar=yes,scrollbars=yes,resizable=yes');
}