function OpenWindow(url,height,width)
{  
  window.open(url,"_blank","scrollbars=yes,height="+height+",width="+width+",left=10,top=100","location=1","status=1","toolbar=1");
}
 
