function openwindow(url,target)
{
win=window.open(url,target, "scrollbars=1,resizable=1,status=0,width=550,height=500,left=0,top=0")
win.focus();
}
