function pop2(url)
{
link=window.open(url,"link", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, height=400, width=200");
link.focus();
}
