function popup(url)
{
settings="toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=850,height=700";
MyNewWindow=window.open(url,"Name",settings);
}
