function openwin(url, width, height, tit)
{
win1 = open("_pop.html", "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=0,width="+width+",height="+height);
}
win1.document.open();