function OpenWindow(url,width,height)

{

  win=window.open(url, "band", "toolbar=0,status=0,location=0,directories=0,menubar=0,resizable=0,scrollbars=0,width="+width+",height="+height+"");

}
