function openWindow(URL,Name,features)
{
var w=window.open(URL,Name,features);
}
