function launch(url) {
	var p = ''
	var w = window.open(url,'launch',p); 
	w.opener=self;
	return false;
}

