
function subWin() {
	
 var wo1;
 wo1 = window.open("../corresp_list.htm", "list", "width=720,height=940,left=0,top=0,scrollbars=yes,resizable=yes");
 wo1.focus();
 
}



function openwin(url) {
	
 w = window.open(url, 'win','width=950,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes,location=yes');
 w.focus();	
 
}

