function open_window6(url)
{
cwin = window.open(url,"attach","width=460,height=460,scrollbars=yes,toolbar=no,resizable=yes");
}
