function doPopup(url) {

	myPopup=window.open(url, "myPopup", "toolbar=1,directories=0,status=1,location=222,resizable=1,scrollbars=0,menubar=0,width=400,height=400");

	if (myPopup.opener == null) {myPopup.opener = self}

}

