function neu(url,name,props)  {
        window.open(url,name,props);
		}

self.name = "Parent_Window";