function OpenWindow(URL, Name)
{
 window.open(URL,Name,'toolbar=no, scrollbars=no, width=250, height=100, resizable=yes');
 return false;
}
