// JavaScript Document

function launch(url) {
	self.name = "opener";
	remote = open(url, "remote", "width=300,height=300");
}
