function win(theURL,winName,features) {
	popup=window.open(theURL,winName,features);
	if (popup.opener == null) popup.opener = self;
}
