function openWindow(url, name)
{
 window.open(url, name, 'scrollbars,resizable,width=760,height=420,left=100,top=100')
}